From 4c83fd13280411f2d769dcb13a9b1edbdc13d963 Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Wed, 7 Feb 2024 10:44:13 +0100 Subject: [PATCH] Add templates --- .github/templates/FEATURE_REQUEST.md | 17 +++++++++++++++++ .github/templates/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ .github/templates/PULL_REQUEST.md | 9 +++++++++ 3 files changed, 44 insertions(+) create mode 100644 .github/templates/FEATURE_REQUEST.md create mode 100644 .github/templates/ISSUE_TEMPLATE.md create mode 100644 .github/templates/PULL_REQUEST.md diff --git a/.github/templates/FEATURE_REQUEST.md b/.github/templates/FEATURE_REQUEST.md new file mode 100644 index 0000000..dacca98 --- /dev/null +++ b/.github/templates/FEATURE_REQUEST.md @@ -0,0 +1,17 @@ +### Feature Request + +**About**: + +**Title**: + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Example: I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.github/templates/ISSUE_TEMPLATE.md b/.github/templates/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ad9fc0a --- /dev/null +++ b/.github/templates/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +### Bug Report + +**About**: + +**Title**: + +**Steps to reproduce** +Tell us how to reproduce the bug. + +**Expected behavior** +Tell us what should happen. + +**Actual behavior** +Tell us what happens instead. + +**System configuration** + - OS: + - Python version: \ No newline at end of file diff --git a/.github/templates/PULL_REQUEST.md b/.github/templates/PULL_REQUEST.md new file mode 100644 index 0000000..0326454 --- /dev/null +++ b/.github/templates/PULL_REQUEST.md @@ -0,0 +1,9 @@ +### Summary + +Provide a general description of the code changes in your pull request. Were there any bugs you had fixed? If so, mention them. If these bugs have open GitHub issues, be sure to tag them to keep the conversations linked. + +### Other Information + +If there's anything else that's important and relevant to your pull request, mention that information here. This could include benchmarks, or other information. + +Thanks for contributing to AST-Monitor! \ No newline at end of file