From 5e7e0f2778a9d555494fada3ce08103ef6b93879 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Mon, 3 Feb 2025 09:47:56 -0500 Subject: [PATCH] Add basic issue and pull-request templates This PR adds an issue and PR template in this repo, heavily inspired from those of the org.eclipse.tracecompass repository. Signed-off-by: Bernd Hufmann --- .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 +++++++++++++++++++++++ 4 files changed, 70 insertions(+) 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 0000000..c0b3dec --- /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: +- Trace Event Logger Version: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9e9b06c --- /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 0000000..909c07e --- /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 0000000..2ac995b --- /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