-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from numfocus/contributer-guide
Add contribution guidance to README.md
- Loading branch information
Showing
2 changed files
with
62 additions
and
3 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,31 @@ | ||
# Contibuting | ||
|
||
- [Ways to Contribute](#ways-to-contribute) | ||
- [Ideas, Questions, and Discussions](#ideas-questions-and-discussions) | ||
- [Problems or Issues](#problems-or-issues) | ||
- [Longer Initiatives](#longer-initatives) | ||
- [Content and Design](#content-and-design) | ||
- [Bug Fixes](#bug-fixes) | ||
- [See Also](#see-also) | ||
|
||
## Ways to contribute to this repository | ||
|
||
The original body of work took place at a series of unconferences and various spurts of energy, today the DISCOVER-cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions: | ||
|
||
## Ideas, Questions, and Discussions | ||
Please contribute ideas, questions, and discussions for content or enhancements over in the discussions tab. | ||
|
||
## Problems or Issues | ||
Please add issues on the github issue tracker. | ||
|
||
## Longer Initiatives | ||
|
||
## Content and Design | ||
While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is made we feel free to open a pull request against the repository to begin the review process. | ||
|
||
## Bug fixes | ||
For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls). | ||
|
||
## See Also | ||
|
||
- [How to write a git commit](https://cbea.ms/git-commit/) |
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