From f365458918b1788c79df25a019d4091dbc8d3a04 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams <168222+mgkwill@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:30:30 -0800 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md & ISSUE_TEMPLATE.md (#27) * Create PULL_REQUEST_TEMPLATE.md * Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 68 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 58 +++++++++++++++++++++++++++ 2 files changed, 126 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..4b3cba4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,68 @@ + + + +Objective of issue: + + + +**Lava version:** +- [ ] **0.3.0** (feature release) +- [ ] **0.2.1** (bug fixes) +- [x] **0.2.0** (current version) +- [ ] **0.1.2** + +**I'm submitting a ...** + +- [ ] bug report +- [ ] feature request +- [ ] documentation request + + + +**Current behavior:** + +- + +**Expected behavior:** + +- + +**Steps to reproduce:** + +- + +**Related code:** + + + +``` +insert short code snippets here +``` + +**Other information:** + + + +``` +insert the output from lava debug here +``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1a51d0fb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,58 @@ + + + + + + +Issue Number: + + +Objective of pull request: + +## Pull request checklist + +Your PR fulfills the following requirements: +- [ ] [Issue](https://github.com/lava-nc/lava-dl/issues) created that explains the change and why it's needed +- [ ] Tests are part of the PR (for bug fixes / features) +- [ ] [Docs](https://github.com/lava-nc/docs) reviewed and added / updated if needed (for bug fixes / features) +- [ ] PR conforms to [Coding Conventions](https://lava-nc.org/developer_guide.html#coding-conventions) +- [ ] [PR applys BSD 3-clause or LGPL2.1+ Licenses](https://lava-nc.org/developer_guide.html#add-a-license) to all code files +- [ ] Lint (`pyb`) passes locally +- [ ] Build tests (`pyb -E unit`) or (`python -m unittest`) passes locally + + +## Pull request type + + + + + +Please check your PR type: +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, renaming) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation changes +- [ ] Other (please describe): + + +## What is the current behavior? + +- + +## What is the new behavior? + +- + +## Does this introduce a breaking change? + +- [ ] Yes +- [ ] No + + + + +## Supplemental information + +