diff --git a/.github/ISSUE_TEMPLATE/Ask_Question.md b/.github/ISSUE_TEMPLATE/Ask_Question.md new file mode 100644 index 000000000..eade08bde --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Ask_Question.md @@ -0,0 +1,27 @@ +--- +name: Ask Question +about: Ask a question about usage or feature + +--- + +### Your question + +describe your question clearly + +### Your scenes + +describe your use scenes (why need this feature) + +### Your advice + +describe the advice or solution you'd like + +### Environment + +- SOFARPC version: +- JVM version (e.g. `java -version`): +- OS version (e.g. `uname -a`): +- Maven version: +- IDE version: + + diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/Bug_Report.md similarity index 65% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/Bug_Report.md index 939a177b2..040b082bb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -1,3 +1,13 @@ +--- +name: Bug Report +about: Create a report to help us improve + +--- + +### Describe the bug + +A clear and concise description of what the bug is. + ### Expected behavior ### Actual behavior