Skip to content

Commit 2da0a4a

Browse files
authored
Merge pull request creativecommons#21 from kapadyash/pr-and-issue-templates
Created PR and issue templates
2 parents c6ddb75 + b0f9745 commit 2da0a4a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/issue_template.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- Please put an x in the relevant box(es), like this: [x]. -->
2+
3+
**I'm submitting a...**
4+
- [ ] Bug
5+
- [ ] Feature request
6+
- [ ] Other
7+
8+
**Description:**
9+
<!-- A clear and concise description of what the bug/feature request/other reason is. -->
10+
11+
<!--
12+
For bugs, you may want to remove lines 11, 12, and 21, and specify the following...
13+
**To reproduce:**
14+
Steps to reproduce the behavior.
15+
**Expected behavior:**
16+
A clear and concise description of what you expected to happen.
17+
**Screenshots:**
18+
If applicable, add screenshots to help explain your problem.
19+
**Additional context:**
20+
Add any other context about the problem here.
21+
-->

.github/pull_request_template.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
2+
3+
- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`)
4+
- [ ] My pull request targets the `master` branch of creativecommons.github.io-source.
5+
- [ ] I tried building the site using Lektor locally and verified that there are no build errors.
6+
7+
<!-- If your pull request closes a GitHub issue, replace the XXXXX below with the issue number. -->
8+
9+
Closes #XXXXX
10+
11+
<!-- You may add your description of the pull request underneath this line. -->

0 commit comments

Comments
 (0)