From 3dcd89f1899d952a79b0c3721ad00e2138f4e496 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Thu, 28 Nov 2024 07:48:39 -0500 Subject: [PATCH] Add basic issue and pull-request templates Signed-off-by: Marc Dumais --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 ++++++++ .github/ISSUE_TEMPLATE/question.md | 9 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 26 +++++++++++++++++++++++ SECURITY.md | 2 +- 5 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..200423b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug Report (except security vulnerabilities) +about: Create a report to help us improve +--- + + + + + + +### Bug Description: + + +### Steps to Reproduce: + +1. +2. +3. + + + + +### Additional Information + +- Operating System: +- Theia Version: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..9e9b06c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,9 @@ +--- +name: Feature Request +about: Propose an idea for the project +--- + + + + +### Feature Description: diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..909c07e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- +name: Question +about: Ask a question related to the content of this repository +--- + + + + +### Your question: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1374a757 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ + + +### What it does + + + +### How to test + + + +### Follow-ups + + + +### Review checklist + +- [ ] As an author, I have thoroughly tested my changes and carefully followed the instructions in this template diff --git a/SECURITY.md b/SECURITY.md index 57439f3c..4320252e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,5 +4,5 @@ If you think or suspect that you have discovered a new security vulnerability in Instead, please report any potential vulnerability to the Eclipse Foundation [Security Team][security]. Make sure to provide a concise description of the issue, a CWE, and other supporting information. -[policy]: https://www.eclipse.org/security/policy.php +[policy]: https://www.eclipse.org/security/policy [security]: https://www.eclipse.org/security