diff --git a/.github/ISSUE_TEMPLATE/02-question.md b/.github/ISSUE_TEMPLATE/02-question.md new file mode 100644 index 0000000..aa61189 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-question.md @@ -0,0 +1,27 @@ +--- +name: Questions +about: questions or inquiries about the project +title: "question: affected/package: " +labels: question +--- + +### Preliminary Research + + + +- [ ] I have read the project's documentation. +- [ ] I have searched [existing issues](https://github.com/trpc-group/tnet/issues) for similar questions to see if my question has already been addressed. + +### Question + + + +### Additional Information + + diff --git a/.github/ISSUE_TEMPLATE/03-proposal.md b/.github/ISSUE_TEMPLATE/03-proposal.md index 8602906..453d3f8 100644 --- a/.github/ISSUE_TEMPLATE/03-proposal.md +++ b/.github/ISSUE_TEMPLATE/03-proposal.md @@ -2,7 +2,7 @@ name: Proposals about: New external API or other notable changes title: "proposal: affected/package: " -labels: Proposal +labels: proposal ---