diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md new file mode 100644 index 00000000..af1925ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -0,0 +1,4 @@ +--- +name: Blank Issue +about: Create a blank issue. +--- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d8dd2bb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug Report +about: Create a bug report to help us improve our operating system. +title: Brief description of the problem +labels: C-bug +--- + + + +### Describe the bug + + + +### To Reproduce + + + +### Expected behavior + + + +### Screenshots + + + +### Environment + + + +### Additional context + + + +### Logs + + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..8a409af4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Discussion + url: https://asterinas.zulipchat.com + about: Please ask and answer questions about Asterinas on the user forum. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 00000000..d502bee5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,26 @@ +--- +name: Documentation Request +about: Suggest improvements or additions to the documentation +title: Concise description of the documentation issue or suggestion +labels: C-documentation +--- + + + +### Documentation Section + + + +### Suggested Improvement + + + +### Motivation and Context + + + +### Additional Information + + + + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..b6c96df0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,34 @@ +--- +name: Enhancement Request +about: Suggest an enhancement for an existing feature of this operating system +title: Concise description of the enhancement +labels: C-enhancement +--- + + + +### Current Feature + + + +### Enhancement Description + + + +### Motivation + + + +### Possible Implementations + + + +### Additional Context + + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..5fd6ebbf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,35 @@ +--- +name: Feature Request +about: Propose a new feature to add to this operating system +title: Concise description of the new feature +labels: C-feature-request +--- + + + +### Feature Description + + + +### Problem or Need + + + +### Suggested Implementation + + + +### Possible Alternatives + + + +### Additional Context and Screenshots + + + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..7c37ce32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,26 @@ +--- +name: Question +about: Ask a question or seek clarification about Asterinas +title: Short summary of your question +labels: C-question +--- + + + +### Your Question + + + +### What You Have Tried + + + +### Relevant Documentation or Forum Link + + + +### Additional context + + + + diff --git a/.github/ISSUE_TEMPLATE/rfc.md b/.github/ISSUE_TEMPLATE/rfc.md new file mode 100644 index 00000000..f459a005 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/rfc.md @@ -0,0 +1,46 @@ +--- +name: RFC Submission +about: Propose a new idea or significant change for consideration +title: Concise description of the proposal +labels: C-rfc +--- + + + +### Summary + + + +### Context and Problem Statement + + + +### Proposal + + + +### Motivation and Rationale + + + +### Detailed Design + + + +### Alternatives Considered + + + +### Additional Information and Resources + + + +### Open Questions + + + +### Future Possibilities + + + + diff --git a/.github/ISSUE_TEMPLATE/tracking_issue.md b/.github/ISSUE_TEMPLATE/tracking_issue.md new file mode 100644 index 00000000..81b67071 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tracking_issue.md @@ -0,0 +1,18 @@ +--- +name: Tracking Issue +about: Track the progress of a specific task or feature +title: Short summary of the task or feature +labels: C-tracking-issue +--- + +### Description + + + +### Current Status + + + +### Additional Information + +