diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..3de509e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Story Protocol Official Discord + url: https://discord.gg/storyprotocol + about: If you're a user, this is the fastest way to get help. Do not give your wallet private key or mnemonic words to anyone. diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..27b5b34 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,20 @@ +--- +name: Task +about: Create a regular work item to be picked up by a contributor. +title: '' +labels: '' +assignees: '' + +--- + +## Description and context + + + + + +## Suggested solution + + +## Definition of done + diff --git a/.github/ISSUE_TEMPLATE/tracking_issue.md b/.github/ISSUE_TEMPLATE/tracking_issue.md new file mode 100644 index 0000000..efa993f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tracking_issue.md @@ -0,0 +1,25 @@ +--- +name: Tracking issue +about: Tracking issues are task lists used to better organize regular work items. +title: 'Tracking issue for *ADD_PROJECT* - *ADD_COMPONENT*' +labels: 'epic' +assignees: '' + +--- + +This issue is for grouping *ADD_COMPONENT* related tasks that are necessary for *ADD_PROJECT*. + +### Other tracking issues for the same project: + + + +- #XXXX +- #XXXX +- #XXXX + + +```[tasklist] +### Task list +- [ ] XXXX +- [ ] XXXX +```