diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 647d2204440..688d0eec587 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -8,7 +8,7 @@ body: value: | Thanks for taking the time to fill out this bug report! Before smashing the submit button please review the template. - Please also ensure that this is not a duplicate issue :) + Please also ensure that this is not a duplicate issue :) - type: textarea id: what-happened @@ -33,4 +33,4 @@ body: description: If applicable could you describe how we could reproduce the bug placeholder: Tell us what how to reproduce the bug! validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a49eab2f6b9..0086358db1e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: true \ No newline at end of file +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 5e1c3423bb7..8f52fe62195 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - ✰ Thanks for opening an issue! ✰ + ✰ Thanks for opening an issue! ✰ Tell us where what you would like to see get added to the documentation or if there is an error in the documentation? - type: textarea diff --git a/.github/ISSUE_TEMPLATE/epics.yml b/.github/ISSUE_TEMPLATE/epics.yml index a8fb1837881..01fe8a31afc 100644 --- a/.github/ISSUE_TEMPLATE/epics.yml +++ b/.github/ISSUE_TEMPLATE/epics.yml @@ -1,4 +1,3 @@ - name: Epic description: Create an epic/user title: "[Epic]: " @@ -15,7 +14,7 @@ body: label: Summary description: | What are the user needs? - How could this solution fix the user facing problem? + How could this solution fix the user facing problem? placeholder: Short, concise description of the proposed feature/changes to the repository validations: required: true @@ -24,7 +23,7 @@ body: attributes: label: Problem Definition description: | - Why do we need this feature? + Why do we need this feature? What problems may be addressed by introducing this feature? What benefits does the SDK stand to gain by including this feature? Are there any disadvantages of including this feature? @@ -36,7 +35,7 @@ body: attributes: label: Work Breakdown description: | - Break the work into many bullet points that will later be turned into issues that can be assigned to developers to work on + Break the work into many bullet points that will later be turned into issues that can be assigned to developers to work on This work may been to be broken up into phases of work in order to better organize when and how things get done. placeholder: Description of the steps needed to deliver this feature validations: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 02333497fda..4730e761dbc 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -6,14 +6,14 @@ body: - type: markdown attributes: value: | - ✰ Thanks for opening an issue! ✰ + ✰ Thanks for opening an issue! ✰ - type: textarea id: summary attributes: label: Summary description: | What are the user needs? - How could this solution fix the user facing problem? + How could this solution fix the user facing problem? placeholder: Short, concise description of the proposed feature/changes to the repository validations: required: true @@ -23,7 +23,7 @@ body: label: Problem Definition description: | If applicable please answer the below questions - Why do we need this feature? + Why do we need this feature? What problems may be addressed by introducing this feature? What benefits does the Osmosis stand to gain by including this feature? Are there any disadvantages of including this feature? diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md index 86d1fd03d11..2659bcbcf09 100644 --- a/.github/ISSUE_TEMPLATE/general-issue.md +++ b/.github/ISSUE_TEMPLATE/general-issue.md @@ -5,7 +5,7 @@ title: '' assignees: '' --- ## Background diff --git a/.github/labeler.yml b/.github/labeler.yml index 26b7629a4a1..eabdef8be5f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,119 +2,119 @@ # until this file is merged into main. This is due to oddities of the labeler Github Action. "C:app-wiring": - changed-files: - - any-glob-to-any-file: - # Match all of app folder except wasm sub-folder - - app/*.go - - app/apptesting/** - - app/keepers/** - - app/params/** - - app/upgrades/** - # Also match any module.go update - - x/**/module.go + - any-glob-to-any-file: + # Match all of app folder except wasm sub-folder + - app/*.go + - app/apptesting/** + - app/keepers/** + - app/params/** + - app/upgrades/** + # Also match any module.go update + - x/**/module.go "C:simulator": - changed-files: - - any-glob-to-any-file: - # Match all of simulation & tests/simulator folder - - simulation/** - - tests/simulator/** - # Match any module update - - x/**/simulation/*.go + - any-glob-to-any-file: + # Match all of simulation & tests/simulator folder + - simulation/** + - tests/simulator/** + # Match any module update + - x/**/simulation/*.go "C:wasm": - changed-files: - - any-glob-to-any-file: - # Match all of app/wasm folder - - app/wasm/** + - any-glob-to-any-file: + # Match all of app/wasm folder + - app/wasm/** "C:x/claim": - changed-files: - - any-glob-to-any-file: - # Match all of x/claim folder - - x/claim/** + - any-glob-to-any-file: + # Match all of x/claim folder + - x/claim/** "C:x/concentrated-liquidity": - changed-files: - - any-glob-to-any-file: - # Match all of x/concentrated-liquidity folder - - x/concentrated-liquidity/** + - any-glob-to-any-file: + # Match all of x/concentrated-liquidity folder + - x/concentrated-liquidity/** "C:x/epochs": - changed-files: - - any-glob-to-any-file: - # Match all of x/epochs folder - - x/epochs/** + - any-glob-to-any-file: + # Match all of x/epochs folder + - x/epochs/** "C:x/gamm": - changed-files: - - any-glob-to-any-file: - # Match all of x/gamm folder - - x/gamm/** + - any-glob-to-any-file: + # Match all of x/gamm folder + - x/gamm/** "C:x/incentives": - changed-files: - - any-glob-to-any-file: - # Match all of x/incentives folder - - x/incentives/** + - any-glob-to-any-file: + # Match all of x/incentives folder + - x/incentives/** "C:x/lockup": - changed-files: - - any-glob-to-any-file: - # Match all of x/lockup folder - - x/lockup/** + - any-glob-to-any-file: + # Match all of x/lockup folder + - x/lockup/** "C:x/mint": - changed-files: - - any-glob-to-any-file: - # Match all of x/mint folder - - x/mint/** + - any-glob-to-any-file: + # Match all of x/mint folder + - x/mint/** "C:x/pool-incentives": - changed-files: - - any-glob-to-any-file: - # Match all of x/pool-incentives folder - - x/pool-incentives/** + - any-glob-to-any-file: + # Match all of x/pool-incentives folder + - x/pool-incentives/** "C:x/superfluid": - changed-files: - - any-glob-to-any-file: - # Match all of x/superfluid folder - - x/superfluid/** + - any-glob-to-any-file: + # Match all of x/superfluid folder + - x/superfluid/** "C:x/poolmanager": - changed-files: - - any-glob-to-any-file: - # Match all of x/poolmanager folder - - x/poolmanager/** + - any-glob-to-any-file: + # Match all of x/poolmanager folder + - x/poolmanager/** "C:x/txfees": - changed-files: - - any-glob-to-any-file: - # Match all of x/txfees folder - - x/txfees/** + - any-glob-to-any-file: + # Match all of x/txfees folder + - x/txfees/** "C:x/tokenfactory": - changed-files: - - any-glob-to-any-file: - # Match all of x/tokenfactory folder - - x/tokenfactory/** + - any-glob-to-any-file: + # Match all of x/tokenfactory folder + - x/tokenfactory/** "C:x/twap": - changed-files: - - any-glob-to-any-file: - # Match all of x/twap folder - - x/twap/** + - any-glob-to-any-file: + # Match all of x/twap folder + - x/twap/** "T:build": - changed-files: - - any-glob-to-any-file: - - Makefile - - Dockerfile - - scripts/* + - any-glob-to-any-file: + - Makefile + - Dockerfile + - scripts/* "T:CI": - changed-files: - - any-glob-to-any-file: - # Match all of the CI files - - .github/**/*.yml - - .mergify.yml - - .golangci.yml + - any-glob-to-any-file: + # Match all of the CI files + - .github/**/*.yml + - .mergify.yml + - .golangci.yml "C:CLI": - changed-files: - - any-glob-to-any-file: - - client/** - - x/*/client/** + - any-glob-to-any-file: + - client/** + - x/*/client/** # Add "C:docs" label to documented related files and directories. "C:docs": - changed-files: - - any-glob-to-any-file: - - bug.md - - issue.md - - proto-docs.md - - README.md - - x/**/*.md - - x/**/*/*.md - - tests/**/*.md \ No newline at end of file + - any-glob-to-any-file: + - bug.md + - issue.md + - proto-docs.md + - README.md + - x/**/*.md + - x/**/*/*.md + - tests/**/*.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 930306eac32..dac08108ecd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@