|
1 | | ---- |
2 | | -name: Pull Request Template |
3 | | -about: Add a new icon or feature to the repo. |
4 | | -title: 'New Icon/Feature: [NAME]' |
5 | | -assignees: '' |
6 | | - |
7 | | ---- |
8 | | -# New Icon Section |
| 1 | +# **New icon section** |
9 | 2 |
|
10 | | -<!-- If you are adding a new icon, follow the steps listed here, and delete the **New Feature** section below. --> |
| 3 | +<!-- If you are adding a new icon, follow the steps listed here, and delete the **New feature** section below. --> |
11 | 4 |
|
12 | 5 | ## Double check these details before you open a PR |
13 | 6 |
|
14 | 7 | <!-- Tick the checkboxes to ensure you've done everything correctly --> |
15 | | -- [] PR does not match another non-stale PR currently opened |
16 | | -- [] 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) |
17 | | -- [] PR's base is the `develop` branch. |
18 | | -- [] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines) |
19 | | -- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards) |
20 | | -- [] 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-) |
| 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-) |
21 | 14 |
|
22 | | -<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. --> |
| 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 |
23 | 18 |
|
24 | | -## Link to prove your SVG is correct and up-to-date. |
25 | 19 | <!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. --> |
26 | 20 |
|
27 | 21 | --- |
28 | | -# New Feature Section |
| 22 | +# **New feature section** |
29 | 23 |
|
30 | | -<!-- If you are adding a new icon, follow the steps listed here, and delete the **New Icon** section above. --> |
| 24 | +<!-- If you are adding a new feature, follow the steps listed here, and delete the **New icon** section above. --> |
31 | 25 |
|
32 | | -## Double check these details before you open a PR** |
| 26 | +## Double check these details before you open a PR |
33 | 27 |
|
34 | 28 | <!-- Tick the checkboxes to ensure you've done everything correctly --> |
35 | | -- [] PR does not match another non-stale PR currently opened |
36 | | -- [] PR name matches the format *New Feature: brief description of feature* |
37 | | - |
| 29 | +- [ ] PR does not match another non-stale PR currently opened |
| 30 | +- [ ] PR name matches the format *New Feature: a brief description of feature* |
38 | 31 |
|
39 | | -## This PR adds/fixes... |
| 32 | +## This PR adds/fixes |
40 | 33 |
|
41 | 34 | <!-- List your features here and the benefits they bring. --> |
42 | 35 |
|
43 | 36 | ## Notes |
44 | 37 |
|
45 | | -<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). --> |
| 38 | +<!-- List anything note-worthy here (potential issues, this needs to be merged to `develop` before working, etc.). --> |
0 commit comments