Skip to content

Commit 41c86b8

Browse files
Add basic issue and pull-request templates
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent 89b799e commit 41c86b8

File tree

4 files changed

+69
-0
lines changed

4 files changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug Report (except security vulnerabilities)
3+
about: Create a report to help us improve
4+
---
5+
6+
<!-- Please provide a detailed description of the bug. -->
7+
<!-- Note: This template is not meant for security vulnerabilities disclosure -->
8+
<!-- Any such issue, created in this repo, will be deleted on sight -->
9+
<!-- Instead please report vulnerabilities to the Eclipse Foundation's security team -->
10+
<!-- For more details, please read SECURITY.md in the repository root -->
11+
### Bug Description:
12+
13+
<!-- Please provide clear steps to reproduce the bug. -->
14+
### Steps to Reproduce:
15+
16+
1.
17+
2.
18+
3.
19+
20+
<!-- Please provide any additional information available. -->
21+
<!-- Additional information can be in the form of logs, screenshots, screencasts. -->
22+
23+
### Additional Information
24+
25+
- Operating System:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Feature Request
3+
about: Propose an idea for the project
4+
---
5+
6+
<!-- Please fill out the following content for a feature request. -->
7+
8+
<!-- Please provide a clear description of the feature and any relevant information. -->
9+
### Feature Description:

.github/ISSUE_TEMPLATE/question.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Question
3+
about: Ask a question related to the content of this repository
4+
---
5+
6+
<!-- Please fill out the following content for a question. -->
7+
8+
<!-- Please provide a clear description of your question and include any relevant information. -->
9+
### Your question:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
Thank you for your Pull Request. Please provide a description and review
3+
the requirements below.
4+
5+
Contributors guide: https://github.com/eclipse-cdt-cloud/tsp-typescript-client/blob/master/CONTRIBUTING.md
6+
7+
Note: Security vulnerabilities should not be disclosed on GitHub, through a PR or any
8+
other means. See SECURITY.md at the root of this repository, to learn how to report
9+
vulnerabilities.
10+
-->
11+
12+
### What it does
13+
14+
<!-- Include relevant issues and describe how they are addressed. -->
15+
16+
### How to test
17+
18+
<!-- Explain how a reviewer can reproduce a bug, test new functionality or verify performance improvements. -->
19+
20+
### Follow-ups
21+
22+
<!-- Please list potential follow-up work, including known issues, possible future work, identified technical debt, and potentially introduced technical debt. If the PR introduces technical debt, specify the reason why this is acceptable. Please create tickets and link them here. Please use the label "technical debt" for new issues when it applies. -->
23+
24+
### Review checklist
25+
26+
- [ ] As an author, I have thoroughly tested my changes and carefully followed the instructions in this template

0 commit comments

Comments
 (0)