From c72d54c5f4ff486c39cf97c3bc085814b17a5113 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Sun, 8 Jan 2023 13:24:32 -0700 Subject: [PATCH] Templates for GitHub issues and pull requests Ported in from Apptainer Signed-off-by: Jonathon Anderson --- .github/ISSUE_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..9014b44f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ +### Version of Warewulf + +What version of Warewulf are you using? Run + +`wwctl version` + + + +### Expected behavior + +What did you expect to see when you do...? + +### Actual behavior + +What actually happened? Why was it incorrect? + + + +### Steps to reproduce this behavior + +How can others reproduce this issue/problem? + +### What OS/distro are you running + +```sh +$ cat /etc/os-release + +``` + +### How did you install Warewulf + +Write here how you installed Warewulf. Eg. RPM, source. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..92f47ea9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Description of the Pull Request (PR): + +Write your description of the PR here. Be sure to include as much background, +and details necessary for the reviewers to understand exactly what this is +fixing or enhancing. + + +### This fixes or addresses the following GitHub issues: + + - Fixes # + + +#### Before submitting a PR, make sure you have done the following: + +- Read the [documentation for contributing to Warewulf](https://warewulf.org/docs/development/contributing/contributing.html) +- Added changes to the [CHANGELOG](https://github.com/hpcng/warewulf/blob/development/CHANGELOG.md) if necessary +- Updated [userdocs](https://github.com/hpcng/warewulf/tree/development/userdocs) if necessary +- Based this PR against the appropriate branch (typically [development](https://github.com/hpcng/warewulf/tree/development/userdocs)) +- Added myself as a contributor to the [Contributors File](https://github.com/hpcng/warewulf/blob/development/CONTRIBUTORS.md