Added first draft of contribution guidelines

This commit is contained in:
Nils Winkler
2016-01-05 08:18:00 +01:00
parent cbe8bbc2b4
commit f21795a9fc
2 changed files with 40 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ cd $BASH_IT
This will restore your previous Bash profile. After the uninstall script finishes, remove the Bash it directory from your machine (`rm -rf $BASH_IT`) and start a new shell.
## Contributing
Please take a look at the [Contribution Guidelines](CONTRIBUTING.md) before reporting a bug or providing a new feature.
## Misc
### Bash Profile Aliases
@@ -209,6 +213,8 @@ We think everyone has their own custom scripts accumulated over time. And so, fo
Send us a pull request and we'll merge it as long as it looks good. If you change an existing command, please give an explanation why. That will help a lot when we merge your changes in.
Please take a look at the [Contribution Guidelines](CONTRIBUTING.md) before reporting a bug or providing a new feature.
Thanks, and happing bashing!