Skip to content

Commit 42c43a1

Browse files
JimiCrobertohuertasm
authored andcommitted
Improve templates. (vscode-icons#1182)
1 parent 18a9d17 commit 42c43a1

File tree

3 files changed

+43
-28
lines changed

3 files changed

+43
-28
lines changed

.github/CONTRIBUTING.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
Thanks for helping out! :smile:
1+
# Contribution Guidelines
2+
3+
**Issue:**
24

3-
##Issue:
45
1. Make sure the issue hasn't been already raised.
5-
2. Include screnshots or GIFs whenever possible.
6-
3. Don't be rude, describe your problem cool.
6+
1. Include screenshots or GIFs whenever possible.
7+
1. Don't be rude, describe your problem cool.
78

9+
**Pull Request:**
810

9-
##Pull Request:
1011
1. Use the present tense.
11-
2. Reference issues whenever possible.
12-
3. Try to make your code clean and observe the TSLint Rules.
12+
1. Reference issues whenever possible.
13+
1. Try to make your code clean and observe the TSLint Rules.
14+
15+
Thanks for helping out! :smile:

.github/ISSUE_TEMPLATE.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
1-
_**Instruction Template**_
1+
# Issue Template
22

3-
**THIS IS AN EXAMPLE TEMPLATE**
3+
THIS IS AN EXAMPLE TEMPLATE
44

5-
**Make sure the following boxes are checked (and the placeholders replaced) *BEFORE* submitting this issue**
5+
Make sure the following boxes are checked (and the placeholders replaced) BEFORE submitting this issue.
66

7-
**Screenshots are more than welcome!**
7+
Screenshots are more than welcome!
88

9-
**Please remove any unused content (including these instructions) before submitting your issue.**
9+
Please remove any unused content (including these instructions) before submitting your issue.
1010

11-
***IMPORTANT:* For folder icon requests please first see issue #650**
11+
IMPORTANT: For folder icon requests please first see issue: [650](https://github.com/vscode-icons/vscode-icons/issues/650)
1212

13-
**Thanks :smile:**
13+
Thanks.
1414

15-
**Checklist:**
15+
Note: Always remove this line and all above.
1616

17-
- [ ] I'm sure this issue is not a *duplicate*?
18-
- [ ] I want to create an icon request(if not, remove these lines below):
19-
- Type: [extension/folder]
20-
- Icon Name: [name]
21-
- Sample original Icon (32x32/svg/transparent whenever possible): [url]
22-
- Extensions: .just, .a, .bunch, .of, .extensions
17+
- [ ] I'm sure this issue is not a _duplicate_.
18+
- [ ] I want to create an icon request (if not, remove these lines below):
19+
- Type: `extension/filename`
20+
- Icon Name: `name`
21+
- Sample original Icon (32x32/svg/transparent whenever possible): [url]
22+
- Extensions: `comma separated list of file extensions`
23+
- Filenames: `comma separated list of filenames`
24+
- Language ids: `comma separated language ids`
2325

26+
- More info: [url to documentation, if any]
27+
- Language Extensions: [url to `vscode` extensions that support language highlighting]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
***Fixes #[ISSUE]***
1+
# Pull Request Template
2+
3+
THIS IS AN EXAMPLE TEMPLATE
4+
5+
Note: Always remove this line and all above.
6+
7+
**_Fixes #[ISSUE]_**
28

39
**Changes proposed:**
4-
* [ ] Add
5-
* [ ] Prepare
6-
* [ ] Delete
7-
* [ ] Fix
10+
11+
- [ ] Add
12+
- [ ] Prepare
13+
- [ ] Delete
14+
- [ ] Fix
815

916
**Things I've done:**
10-
* [ ] My pull request fixes an issue, I referenced the issue.
1117

12-
[short comment]
18+
- [ ] My pull request fixes an issue, I referenced the issue.
19+
20+
[short comment, if any, otherwise remove this line]

0 commit comments

Comments
 (0)