Skip to content

Commit

Permalink
chore: configure issue chooser, add task template, warn against blank…
Browse files Browse the repository at this point in the history
… template use
  • Loading branch information
mistakia committed Aug 1, 2023
1 parent 32fc066 commit b2c85cc
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!--
---------------------------------------------------
DO NOT SUBMIT
---------------------------------------------------
This is a blank issue template. It is not intended to be used.
Questions, feature requests, sharing ideas, getting feedback and general discussions should be asked here: https://github.com/mistakia/nano-community/discussions/new/choose
If you are opening an issue to track tasks, please select the task template here: https://github.com/nanocurrency/nano-node/issues/new/choose
-->
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Nano.Community Discussions
url: https://github.com/mistakia/nano-community/discussions
about: For general questions and discussions (not node related)
url: https://github.com/mistakia/nano-community/discussions/new/choose
about: For questions, feature requests, sharing ideas, getting feedback and general discussions.
- name: Nano Node
url: https://github.com/nanocurrency/nano-node/issues/new/choose
about: For reporting bugs, security vulnerability and requesting new features related to the Nano Node reference implementation (C++).
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Nano.Community Task
description: For tracking tasks to be carried out by a community member (should be created by repo maintainer or task assignee).
title: '[Type] - [Task Title]'
body:
- type: textarea
attributes:
label: 'Objective'
description: 'A brief description of what the objectives are'
value: |
## Objective
- Objective 1
- Objective 2
- type: markdown
attributes:
label: 'Tasks'
description: 'A list of tasks and/or sub-tasks to be carried out by a community member'
value: |
## Tasks
- [ ] Task 1
- [ ] Sub-task 1
- [ ] Sub-task 2
- [ ] Task 2
- [ ] Task 3

0 comments on commit b2c85cc

Please sign in to comment.