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..f0254e06 --- /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 b4399270..7885773b 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 \ No newline at end of file