Syncing & Updating README (#1016)

syncing README with Font-Awesome repo.
This commit is contained in:
Brian Talbot
2018-02-07 11:04:33 -05:00
committed by GitHub
parent f9caec3cf6
commit faac9475f2
7 changed files with 210 additions and 91 deletions

34
.github/ISSUE_TEMPLATE/bug-report.md vendored Executable file
View File

@@ -0,0 +1,34 @@
### Describe the problem
<!--- What happened? What are you seeing? How did you arrive here? -->
### What did you expect?
<!--- How would you like this to work instead? -->
### What version and implementation are you using?
Version: <!--- Give us the version number here -->
Browser and version: <!--- If applicable give us the browser specs -->
- [ ] SVG with JS
- [ ] Web Fonts with CSS
- [ ] SVG Sprites
- [ ] On the Desktop
- [ ] Font Awesome Solid
- [ ] Font Awesome Regular
- [ ] Font Awesome Light
- [ ] Font Awesome Brands
### Reproducible test case
<!--- Insert a URL to your test case - use codepen.io, jsfiddle.net, jsbin.com, codesandbox.io, or whatever -->
<!--- Describe any details about the test case that we need to know like "whatever you do, don't click the red button" -->
### Bug report checklist
- [ ] I have filled out as much of the above information as I can
- [ ] I have included a test case because my odds go _way_ up that the team can fix this when I do
- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome-Pro/issues) and to the best of my knowledge this is not a duplicate

View File

@@ -0,0 +1,25 @@
### Describe the problem you'd like to see solved or task you'd like to see made easier
<!--- What steps or tasks are you trying to complete when the problem -->
### Is this in relation to an existing part of Font Awesome or something new?
<!--- If so, what part of Font Awesome? -->
### What is 1 thing that we can do when building this feature that will guarantee that it is awesome?
<!--- e.g. make finding icons while I'm designing super fast -->
### Why would other Font Awesome users care about this?
<!--- e.g. because everyone wants icons that fly -->
### On a scale of 1 (sometime in the future) to 10 (absolutely right now), how soon would you recommend we make this feature?
<!--- e.g. 5 - "while we're young" -->
### Feature request checklist
- [ ] This is a single feature (i.e. not a re-write of all of Font Awesome)
- [ ] The title starts with "Feature request: " and is followed by a clear feature name (Ex: `Feature request: moar cowbell`)
- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome-Pro/issues) and to the best of my knowledge this is not a duplicate

15
.github/ISSUE_TEMPLATE/icon-request.md vendored Executable file
View File

@@ -0,0 +1,15 @@
### What can it be used for?
<!--- describe how this could be used / the use case for this icon -->
### Example image (optional)
<!--- insert the example image here if necessary -->
### Icon request checklist
- [ ] This is a single icon or matched pair (Ex: `lock` / `unlock`)
- [ ] The title starts with "Icon request: " and is followed by the requested icon name (Ex: `Icon request: magical-unicorn`)
- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome-Pro/issues) and to the best of my knowledge this is not a duplicate
- [ ] I have included at least one example image if it could be helpful (optional)
- [ ] The request is for a concrete object (it's harder to make an icon to represent happiness, it's easier to make a smiley face. ☺)

6
.github/PULL_REQUEST_TEMPLATE.md vendored Executable file
View File

@@ -0,0 +1,6 @@
<!--- WARNING Pull Requests made to this repository cannot be merged -->
I understand that:
- [ ] I'm submitting this PR for reference only. It shows an example of what I'd like to see changed but
I understand that it will not be merged and I will not be listed as a contributor on this project.