Skip to content

Commit

Permalink
template_change (#1876)
Browse files Browse the repository at this point in the history
* template_change

* pr_template_updated

* new_feature_checkbox_change
  • Loading branch information
mastersans authored Aug 21, 2023
1 parent 02bc959 commit abe245f
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
**Purpose of PR?**:

Fixes #

**Does this PR introduce a breaking change?**

**If the changes in this PR are manually verified, list down the scenarios covered:**:

**Additional information for reviewer?** :
_Mention if this PR is part of any design or a continuation of previous PRs_

**Does this PR results in some Documentation changes?**
_If yes, include the list of Documentation changes_

**Checklist:**
- [ ] Bug fix. Fixes #<issue number>
- [ ] New feature (Non-API breaking changes that adds functionality)
- [ ] PR Title follows the convention of `<type>: <subject>`
- [ ] Commit has unit tests

<!--
The PR title message must follow convention:
`<type>: <subject>`.
Where: <br />
- `type` is to define what type of PR is this.
Most common types are:
- `feat` - for new features, not a new feature for build script
- `fix` - for bug fixes or improvements, not a fix for build script
- `chore` - changes not related to production code
- `docs` - changes related to documentation
- `style` - formatting, missing semi colons, linting fix etc; no significant production code changes
- `test` - adding missing tests, refactoring tests; no production code change
- `refactor` - refactoring production code, eg. renaming a variable or function name, there should not be any significant production code changes
- `subject` is a single line brief description of the changes made in the pull request.
-->
28 changes: 28 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''

---

## Bug Report


**General Information**

Please describe your issue in few words here.

**How to Reproduce**

1. Instruction 1
2. Instruction 2

**Expected behavior**

A description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.
26 changes: 26 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request/Enhancement
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

## Feature Request

**Short Description**

E.g., MSS could support ensuring that cows don't take over the world and turn us all into their loyal milkmaids.

**Is your feature request related to a problem? Please describe the use case.**

A description of what the problem/use case is. E.g. Prevent the impending cow uprising and maintain human dominance on Earth.

**Describe the solution you'd like**

A description of what you want to happen. E.g., Develop a "Moofense" system that deploys an army of robotic cow herders to keep the bovine rebellion in check.

**Describe alternatives you've considered**

A description of any alternative solutions or features you've considered. E.g, Alternatively, we could offer the cows a reality TV show deal and distract them with celebrity pasture appearances, turning them into the world's first moo-dia stars.

0 comments on commit abe245f

Please sign in to comment.