-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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._ --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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._ --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
process | ||
node_modules | ||
node_modules | ||
.DS_Store |