Skip to content

Commit

Permalink
adds pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rdlicht committed Feb 26, 2021
1 parent bd67a19 commit 58f0b1f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/minor-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*Thanks for suggesting a change. Replace this text with your context for your proposal and additional context.*

### Pull Request Checklist

- [ ] Request a review on this Pull Request by @n0rdlicht or other members of the @cividi team

<!-- _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ -->
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/schema-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*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.*

### Checklist

- [ ] Updated JSON Schema(s) in `schemas/*.json`
- [ ] Updated snapshot examples (currently only ./datapackage.json)
- [ ] Updated readme/docs to cover changes with explanations and additional resources
- [ ] Run tests – `data validate`, against existing and potential new examples
- [ ] Request a review on this Pull Request by @n0rdlicht or other members of the @cividi team

<!-- _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ -->
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
process
node_modules
node_modules
.DS_Store

0 comments on commit 58f0b1f

Please sign in to comment.