diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f419216..7faf157 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,11 +5,11 @@ title: 'fix: ' labels: bug --- -#### Description +## Description A clear and concise description of what the bug is. -#### Steps To Reproduce +### Steps To Reproduce 1. Go to '...' 2. Add '....' diff --git a/.github/ISSUE_TEMPLATE/build.md b/.github/ISSUE_TEMPLATE/build.md index 5046d90..5ff02bc 100644 --- a/.github/ISSUE_TEMPLATE/build.md +++ b/.github/ISSUE_TEMPLATE/build.md @@ -5,10 +5,10 @@ title: 'build: ' labels: build --- -#### Description +## Description Describe what changes need to be done to the build system and why. -#### Requirements +### Requirements - [ ] The build system is passing. diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md index f79155d..4befb2e 100644 --- a/.github/ISSUE_TEMPLATE/chore.md +++ b/.github/ISSUE_TEMPLATE/chore.md @@ -5,10 +5,10 @@ title: 'chore: ' labels: chore --- -#### Description +## Description Clearly describe what change is needed and why. If this changes code then please use another issue type. -#### Requirements +### Requirements - [ ] No functional changes to the code. diff --git a/.github/ISSUE_TEMPLATE/ci.md b/.github/ISSUE_TEMPLATE/ci.md index 61109b6..2750f64 100644 --- a/.github/ISSUE_TEMPLATE/ci.md +++ b/.github/ISSUE_TEMPLATE/ci.md @@ -5,10 +5,10 @@ title: 'ci: ' labels: ci --- -#### Description +## Description Describe what changes need to be done to the ci/cd system and why. -#### Requirements +### Requirements - [ ] The ci system is passing. diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index a8187cf..a93d952 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -5,10 +5,10 @@ title: 'docs: ' labels: documentation --- -#### Description +## Description Clearly describe what documentation you are looking to add or improve. -#### Requirements +### Requirements - [ ] Requirements go here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e0c8a4a..28b0ddd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,11 +5,11 @@ title: 'feat: ' labels: feature --- -#### Description +## Description Clearly describe what you are looking to add. The more business/user context the better. -#### Requirements +### Requirements - [ ] Checklist of requirements to be fulfilled. diff --git a/.github/ISSUE_TEMPLATE/performance.md b/.github/ISSUE_TEMPLATE/performance.md index 84b4277..7d27fcb 100644 --- a/.github/ISSUE_TEMPLATE/performance.md +++ b/.github/ISSUE_TEMPLATE/performance.md @@ -5,10 +5,10 @@ title: 'perf: ' labels: performance --- -#### Description +## Description -Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus point's if you can tie this directly to user experience. +Clearly describe what code needs to be changed and what the performance impact will be. Bonus points if you can tie this directly to user experience. -#### Requirements +### Requirements - [ ] There is no drop in the unit or widget test coverage percentage. diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index 141e41f..32b2065 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -5,10 +5,10 @@ title: 'refactor: ' labels: refactor --- -#### Description +## Description -Clearly describe what needs to be refactored any why. Please provide links to related issues (bugs or upcoming features) in order to help prioritize. +Clearly describe what needs to be refactored and why. Please provide links to related issues (bugs or upcoming features) to help prioritize. -#### Requirements +### Requirements - [ ] There is no drop in the unit or widget test coverage percentage. diff --git a/.github/ISSUE_TEMPLATE/revert.md b/.github/ISSUE_TEMPLATE/revert.md index 08f55cf..d6f5fb8 100644 --- a/.github/ISSUE_TEMPLATE/revert.md +++ b/.github/ISSUE_TEMPLATE/revert.md @@ -5,11 +5,11 @@ title: 'revert: ' labels: revert --- -#### Description +## Description Provide a link to a PR/Commit that you are looking to revert and why. -#### Requirements +### Requirements - [ ] Change has been reverted. - [ ] No change in unit/widget test coverage has happened. diff --git a/.github/ISSUE_TEMPLATE/style.md b/.github/ISSUE_TEMPLATE/style.md index 9b1840b..fb5fde6 100644 --- a/.github/ISSUE_TEMPLATE/style.md +++ b/.github/ISSUE_TEMPLATE/style.md @@ -5,10 +5,10 @@ title: 'style: ' labels: style --- -#### Description +## Description Clearly describe what you are looking to change and why. -#### Requirements +### Requirements - [ ] There is no drop in the unit test coverage percentage. diff --git a/.github/ISSUE_TEMPLATE/test.md b/.github/ISSUE_TEMPLATE/test.md index 2b633e4..1637a8f 100644 --- a/.github/ISSUE_TEMPLATE/test.md +++ b/.github/ISSUE_TEMPLATE/test.md @@ -5,10 +5,10 @@ title: 'test: ' labels: test --- -#### Description +## Description List out the tests that need to be added or changed. Please also include any information as to why this was not covered in the past. -#### Requirements +### Requirements - [ ] There is no drop in the unit test coverage percentage. diff --git a/.github/code_of_conduct.md b/.github/code_of_conduct.md index 7258b6b..f332ce7 100644 --- a/.github/code_of_conduct.md +++ b/.github/code_of_conduct.md @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban. ### 4. Permanent Ban **Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an +standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. **Consequence**: A permanent ban from any sort of public interaction within diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0a7215a..c2bc46f 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -27,4 +27,4 @@ updates: prefix: "chore" include: "scope" labels: - - "dependencies" \ No newline at end of file + - "dependencies" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 925d145..e19e5ca 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ +# Pull Request +