Skip to content

Commit

Permalink
Enabled issue template (#1041)
Browse files Browse the repository at this point in the history
* Enabled issue template

* Added PULL_REQUEST_TEMPLATE
  • Loading branch information
roll authored Oct 21, 2024
1 parent 392fb41 commit 3ee6640
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yaml
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
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/02-general-issue.yaml
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
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
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!
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- fixes #

---

Provide a brief description of this change.

0 comments on commit 3ee6640

Please sign in to comment.