-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 CONTRIBUTING.md created and README.md Updated (#118)
* 📝 Creating the start of a the new CONTRIBUTING.md as mentioned in #116 (#117) * Update issue templates * Update issue templates Resolves #102. * Created a new CONTRIBUTING.md Create the start of a the new CONTRIBUTING.md as mentioned in #116 * Resolved Conflicts and updated Contributing list * Updated missing links to go to correct page and section. Co-authored-by: Isabella Brookes <[email protected]> * 📝 updating a link in README.md Co-authored-by: Matthew Peck-Deloughry <[email protected]>
- Loading branch information
1 parent
8b84263
commit e3898da
Showing
2 changed files
with
49 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Contributing | ||
|
||
## The Mantra | ||
|
||
We are great believers in open source and the great community that it builds, we feel that is anyone's right to participate in the development of Grüvee, this means everyone should have equal oppertunity to contrubute to the awesome world of open source, and at the same time be treated with the highest levels of respect. | ||
|
||
At the end of the day we're all here to build something awesome, so let's go ahead and make something awesome! | ||
|
||
## 🎉 How to Contribute | ||
|
||
There are multiple ways to contribute to Grüvee, you don't even have to write a single line of code, you can help out by submiting issues, suggesting new features, writing and improving on documentation, fixing bugs or even developing new features. | ||
|
||
### 🐛 Issues and 🎁 Features Requests | ||
|
||
The only way this project will keep growing and getting better is by all of us chipping in to log bugs and suggesting new features! Please utilize [GitHub Issues](https://github.com/PixelogicDev/Gruvee/issues) to report any bugs or add suggestions! | ||
|
||
Don't be scared to join the [PixelogicDev discord](https://discord.gg/ubgX6T8) if you need help. | ||
|
||
### 🔀 Pull Requests | ||
|
||
Now that you are up and running, it's time to push your incredible changes to the Grüvee Repo! For this we will utilize [Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). | ||
|
||
Make sure all your changes are committed to your forked version of Grüvee and go to [the Grüvee repository](https://github.com/PixelogicDev/Gruvee) and create a Pull Request to merge your changes into the current release branch (ie: `release-1.0`). | ||
|
||
Leave a brief description of your changes, any images/videos of what your new code is doing (if applicable), and any associated GitHub issues. Get ready for some feedback and thank you for contributing! | ||
|
||
> One last thing to note here: if you are a first time contributor and you are not currently on the [Current Contributors List](#current-contributors), please make sure to include a change with adding yourself! The format is as follows: | ||
> | ||
> ``` | ||
> [DesiredName](linkToYourSocial) - Where did you come from? | ||
> ``` | ||
### ⭐ Current Contributors | ||
- [@isabellabrookes](https://github.com/isabellabrookes) aka rawrsatbeards - PixelogicDev Channel Moderator | ||
- [poopuhchoo](https://github.com/tjengland) - PixelogicDev Team Member | ||
- [Bastian](https://github.com/BastianInuk) - PixelogicDev Team Member | ||
- [DynamicDonkey](https://github.com/DynamicDonkey) - PixelogicDev Channel Member | ||
- [miugel](https://github.com/miugel) - PixelogicDev Channel Member | ||
- [creativenobu](https://github.com/creativenobu) - PixelogicDev Channel Member | ||
- [rushkiB](https://github.com/maxemiliang) - PixelogicDev Channel Member | ||
- [DR-DinoMight](https://github.com/DR-DinoMight) - PixelogicDev Channel Member |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters