diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yaml b/.github/ISSUE_TEMPLATE/01-bug-report.yaml new file mode 100644 index 00000000..b5400331 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/02-general-issue.yaml b/.github/ISSUE_TEMPLATE/02-general-issue.yaml new file mode 100644 index 00000000..308747dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-general-issue.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..e6c5693d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -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! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..7f40d14d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +- fixes # + +--- + +Provide a brief description of this change.