diff --git a/.chglog/config.yaml b/.chglog/config.yaml index 95f48f8b32..1a03f99450 100755 --- a/.chglog/config.yaml +++ b/.chglog/config.yaml @@ -2,7 +2,7 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/akash-network/node + repository_url: https://github.com/spheronFdn/akash-node options: commits: # filters: @@ -12,11 +12,11 @@ options: # - perf # - refactor commit_groups: - title_maps: - feat: Features - fix: Bug Fixes - perf: Performance Improvements - refactor: Code Refactoring + title_maps: + feat: Features + fix: Bug Fixes + perf: Performance Improvements + refactor: Code Refactoring header: pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern_maps: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d4c401eb3..da11cfed31 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,14 +16,14 @@ are the most critical to review. --> ### Author Checklist -*All items are required. Please add a note to the item if the item is not applicable and -please add links to any relevant follow-up issues.* +_All items are required. Please add a note to the item if the item is not applicable and +please add links to any relevant follow-up issues._ I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change -- [ ] targeted the correct branch (see [PR Targeting](https://github.com/akash-network/node/blob/main/CONTRIBUTING.md#paperwork-for-pull-requests)) +- [ ] targeted the correct branch (see [PR Targeting](https://github.com/spheronFdn/akash-node/blob/main/CONTRIBUTING.md#paperwork-for-pull-requests)) - [ ] provided a link to the relevant issue or specification - [ ] included the necessary unit and integration [tests](https://github.com/akash-network/blob/main/CONTRIBUTING.md#testing) - [ ] added a changelog entry to `CHANGELOG.md` diff --git a/.github/PULL_REQUEST_TEMPLATE/other.md b/.github/PULL_REQUEST_TEMPLATE/other.md index 0491bf4ff5..aaafd0fb71 100644 --- a/.github/PULL_REQUEST_TEMPLATE/other.md +++ b/.github/PULL_REQUEST_TEMPLATE/other.md @@ -9,13 +9,13 @@ are the most critical to review. --> ### Author Checklist -*All items are required. Please add a note to the item if the item is not applicable and -please add links to any relevant follow-up issues.* +_All items are required. Please add a note to the item if the item is not applicable and +please add links to any relevant follow-up issues._ I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title -- [ ] targeted the correct branch (see [PR Targeting](https://github.com/akash-network/node/blob/main/CONTRIBUTING.md#paperwork-for-pull-requests)) +- [ ] targeted the correct branch (see [PR Targeting](https://github.com/spheronFdn/akash-node/blob/main/CONTRIBUTING.md#paperwork-for-pull-requests)) - [ ] provided a link to the relevant issue or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a46927bf..7a0ee093ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -