-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enabled issue template * Added PULL_REQUEST_TEMPLATE
- Loading branch information
Showing
4 changed files
with
79 additions
and
0 deletions.
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,30 @@ | ||
name: "\U0001F41B Bug Report" | ||
description: Report an issue or possible bug | ||
labels: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible. | ||
- type: input | ||
id: version | ||
attributes: | ||
label: What Data Package version are you using? | ||
placeholder: v2 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the Bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: contribution | ||
attributes: | ||
label: Participation | ||
options: | ||
- label: I am willing to submit a pull request for this issue. | ||
required: false |
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,30 @@ | ||
name: "\U0001F333 General Issue" | ||
description: Project, website, or documentation related issue or improvement | ||
labels: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to improve the Data Package project! Please fill out this form as completely as possible. | ||
- type: input | ||
id: version | ||
attributes: | ||
label: What Data Package version are you using? | ||
placeholder: v2 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the Issue | ||
description: A clear and concise description of what the issue or possible improvement is. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: contribution | ||
attributes: | ||
label: Participation | ||
options: | ||
- label: I am willing to submit a pull request for this issue. | ||
required: false |
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,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 💡 Feature Request | ||
url: https://github.com/frictionlessdata/datapackage/discussions/new?category=ideas | ||
about: Suggest an improvement you’d like to see added to the Data Package Standard | ||
- name: 🚀 Implementation | ||
url: https://github.com/frictionlessdata/datapackage/discussions/new?category=show-and-tell | ||
about: Schare your Data Package implementation or related project with the community | ||
- name: 💁 Question | ||
url: https://github.com/frictionlessdata/datapackage/discussions/new?category=q-a | ||
about: Ask a question about the Data Package Standard | ||
- name: 👾 Chat | ||
url: https://join.slack.com/t/frictionlessdata/shared_invite/zt-17kpbffnm-tRfDW_wJgOw8tJVLvZTrBg | ||
about: Join the Data Package community on Slack! |
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,5 @@ | ||
- fixes # | ||
|
||
--- | ||
|
||
Provide a brief description of this change. |