Skip to content

Commit 58f0b1f

Browse files
committed
adds pull request templates
1 parent bd67a19 commit 58f0b1f

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*Thanks for suggesting a change. Replace this text with your context for your proposal and additional context.*
2+
3+
### Pull Request Checklist
4+
5+
- [ ] Request a review on this Pull Request by @n0rdlicht or other members of the @cividi team
6+
7+
<!-- _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*Thanks for suggesting a change to the spec. To ensure adoption and backwards compatibility, please check if you completed the following checklist before submitting your pull request. Replace this text with your context for your proposal and additional context.*
2+
3+
### Checklist
4+
5+
- [ ] Updated JSON Schema(s) in `schemas/*.json`
6+
- [ ] Updated snapshot examples (currently only ./datapackage.json)
7+
- [ ] Updated readme/docs to cover changes with explanations and additional resources
8+
- [ ] Run tests – `data validate`, against existing and potential new examples
9+
- [ ] Request a review on this Pull Request by @n0rdlicht or other members of the @cividi team
10+
11+
<!-- _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ -->

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
process
2-
node_modules
2+
node_modules
3+
.DS_Store

0 commit comments

Comments
 (0)