expounding on expectations in CONTRIBUTING.md

This commit is contained in:
Brian Talbot
2017-01-23 13:02:37 -05:00
parent ba527ea3d3
commit 381ae4c113

View File

@@ -1,14 +1,18 @@
# Contributing to Font Awesome Pro # Contributing to Font Awesome Pro
## Reporting Issues ## Reporting Issues & Submitting Ideas/Requests
Found a problem with Font Awesome Pro? Feel free to submit an issue on the GitHub project. But please keep the following in mind: Found a problem with Font Awesome Pro? Want to see a specific icon revised/added? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
1. Please be nice. Font Awesome is a happy place. 1. Please be nice. Font Awesome is a happy place.
2. Please [search](https://github.com/FortAwesome/Font-Awesome-Pro/search?type=Issues) to see if your issue was already reported. If it was, join in on the conversation or upvote that issue. 2. Please [search](https://github.com/FortAwesome/Font-Awesome-Pro/search?type=Issues) to see if your issue was already reported. If it was, join in on the conversation or upvote that issue.
3. Before opening any issue, please read the generic [issue guidelines](https://github.com/necolas/issue-guidelines), by Nicolas Gallagher. 3. Before opening any issue, please read the generic [issue guidelines](https://github.com/necolas/issue-guidelines), by Nicolas Gallagher.
4. After doing everything above, feel free to [submit an issue](https://github.com/FortAwesome/Font-Awesome-Pro/issues/new). 4. After doing everything above, feel free to [submit an issue](https://github.com/FortAwesome/Font-Awesome-Pro/issues/new).
### Icon Requests + Submissions
Please note: at the moment we are not accepting external icon contributions. If you'd like us to design and add a specific icon, you can make a request via the steps above. Feel free to include inspiration (including your own sketches/designs) along with the request.
### Reporting Security Issues
Please do not report security issues in public. Please email hello@fontawesome.com. Please do not report security issues in public. Please email hello@fontawesome.com.
## Solve a bug in Font Awesome Pro? Want to contribute new features? Here are a few things to remember: ## Solve a bug in Font Awesome Pro? Want to contribute new features? Here are a few things to remember:
@@ -33,6 +37,7 @@ Please do not report security issues in public. Please email hello@fontawesome.c
1. We'll be nice, courteous, and prompt when responding in discussions and in sending updates. 1. We'll be nice, courteous, and prompt when responding in discussions and in sending updates.
2. We'll be pretty nerdy and funny when we can. Sorry, not sorry. :P 2. We'll be pretty nerdy and funny when we can. Sorry, not sorry. :P
3. We'll provide progress and our process in a transparent way whenever possible so that you can follow along with and help us.
## Pull Requests ## Pull Requests
- At the moment we are not accepting pull requests containing icons - At the moment we are not accepting pull requests containing icons
@@ -41,8 +46,5 @@ Please do not report security issues in public. Please email hello@fontawesome.c
- Try not to pollute your pull request with unintended changes--keep them simple and small - Try not to pollute your pull request with unintended changes--keep them simple and small
## Coding standards
## License ## License
By contributing your code, you agree to license your contribution under the terms of the the [Font Awesome Pro Commercial license](https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/LICENSE.md) and the terms of the [MIT License](http://opensource.org/licenses/mit-license.html) for any contributions that are made open source as development progresses. By contributing your code, you agree to license your contribution under the terms of the the [Font Awesome Pro Commercial license](https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/LICENSE.md) and the terms of the [MIT License](http://opensource.org/licenses/mit-license.html) for any contributions that are made open source as development progresses.