-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Brend Smits <[email protected]>
- Loading branch information
1 parent
093b861
commit 74252d7
Showing
1 changed file
with
17 additions
and
0 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,17 @@ | ||
## Contributing | ||
👍🎉 First off, thanks for taking the time to contribute! 🎉👍 | ||
We accept all contributions. Please make sure to create an issue or discussion to let us know that you are working on a feature. If there is already an issue for your enhancement, please comment on it. | ||
|
||
If you have a suggestion that would make this project better, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement". | ||
|
||
- Fork the Project | ||
- Create your Feature Branch (git checkout -b feature/23-AmazingFeature) | ||
- Commit your Changes (git commit -m 'Add some AmazingFeature') | ||
- Push to the Branch (git push origin feature/23-AmazingFeature) | ||
- Open a Pull Request | ||
|
||
### Git Commit Messages | ||
- Use the present tense ("Add feature" not "Added feature") | ||
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...") | ||
- Limit the first line to 72 characters or less | ||
- Reference issues and pull requests liberally after the first line |