-
Notifications
You must be signed in to change notification settings - Fork 65
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 #6 from mabrasil/master
Better docs organization
- Loading branch information
Showing
3 changed files
with
140 additions
and
82 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,29 @@ | ||
# Contributing | ||
|
||
## Table of Contents | ||
|
||
- [Reporting a bug](#reporting-a-bug) | ||
- [The 5 magic steps](#the-5-magic-steps) | ||
- [License](#license) | ||
|
||
## Reporting a bug | ||
|
||
1. Look for any related issues [here](https://github.com/daffl/mysam/issues). | ||
2. If you find an issue that seems related, please comment there instead of creating a new issue. If it is determined to be a unique bug, we will let you know that a new issue can be created. | ||
3. If you find no related issue, create a new issue by clicking [here](https://github.com/daffl/mysam/issues/new). | ||
If we find an issue that's related, we will reference it and close your issue, showing you where to follow the bug. | ||
4. Tell us important details like what operating system you are using. | ||
5. Include any errors that may be displayed. | ||
6. Update us if you have any new info, or if the problem resolves itself! | ||
|
||
##The 5 magic steps | ||
|
||
1. Fork it! | ||
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Commit your changes: `git commit -m 'Add some feature'` | ||
4. Push to the branch: `git push origin my-new-feature` | ||
5. Submit a pull request :) | ||
|
||
## License | ||
|
||
[MySam](https://github.com/daffl/mysam) is distributed under the MIT License, [available in this repository](master/LICENSE.md). All contributions are assumed to be also licensed under the same. |
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
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