|
1 | | -### Adding a New Icon? |
2 | | -- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter` |
| 1 | +# **New icon section** |
3 | 2 |
|
4 | | -### Adding a New Feature or fixing a bug? |
5 | | -- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`. |
| 3 | +<!-- If you are adding a new icon, follow the steps listed here, and delete the **New feature** section below. --> |
| 4 | + |
| 5 | +## Double check these details before you open a PR |
| 6 | + |
| 7 | +<!-- Tick the checkboxes to ensure you've done everything correctly --> |
| 8 | +- [ ] PR does not match another non-stale PR currently opened |
| 9 | +- [ ] PR name matches the format *new icon: <i>Icon name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview) |
| 10 | +- [ ] The PR's base is the `develop` branch. |
| 11 | +- [ ] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines) |
| 12 | +- [ ] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards) |
| 13 | +- [ ] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-) |
| 14 | + |
| 15 | +<!-- Refer to the contributing guidelines for more details https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon --> |
| 16 | + |
| 17 | +## Link to prove your SVG is correct and up-to-date |
| 18 | + |
| 19 | +<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. --> |
| 20 | + |
| 21 | +--- |
| 22 | +# **New feature section** |
| 23 | + |
| 24 | +<!-- If you are adding a new feature, follow the steps listed here, and delete the **New icon** section above. --> |
| 25 | + |
| 26 | +## Double check these details before you open a PR |
| 27 | + |
| 28 | +<!-- Tick the checkboxes to ensure you've done everything correctly --> |
| 29 | +- [ ] PR does not match another non-stale PR currently opened |
| 30 | +- [ ] PR name matches the format *New Feature: a brief description of feature* |
| 31 | + |
| 32 | +## This PR adds/fixes |
| 33 | + |
| 34 | +<!-- List your features here and the benefits they bring. --> |
| 35 | + |
| 36 | +## Notes |
| 37 | + |
| 38 | +<!-- List anything note-worthy here (potential issues, this needs to be merged to `develop` before working, etc.). --> |
0 commit comments