diff --git a/.github/ISSUE_TEMPLATE/1-bug.md b/.github/ISSUE_TEMPLATE/1-bug.md deleted file mode 100644 index a5fcfbf..0000000 --- a/.github/ISSUE_TEMPLATE/1-bug.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: '🐛Bug' -about: Report a reproducible bug or regression. -title: 'Bug: ' ---- - - - -## Steps To Reproduce - -1. -1. - - - -Link to code example: - - - -## The Current Behavior - -## The Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/2-suggestion.md b/.github/ISSUE_TEMPLATE/2-suggestion.md deleted file mode 100644 index 3cdf539..0000000 --- a/.github/ISSUE_TEMPLATE/2-suggestion.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: '💡Suggestion' -about: Suggest a new feature or improvement. -title: 'Suggestion: ' ---- - - - -## Description - - - -## Motivation - - - -## Proposed Solution - - - -## Additional Context - - diff --git a/.github/ISSUE_TEMPLATE/3-others.md b/.github/ISSUE_TEMPLATE/3-others.md deleted file mode 100644 index 5c7c6cc..0000000 --- a/.github/ISSUE_TEMPLATE/3-others.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: '🔧Other Issue' -about: Report any other issue that does not fit into the predefined categories. -title: 'Other: ' ---- - - - -## Description - - - -## Additional Context - - diff --git a/.github/sync-client.yml b/.github/sync-client.yml index fbb770f..a10418b 100644 --- a/.github/sync-client.yml +++ b/.github/sync-client.yml @@ -1,13 +1,6 @@ lumirlumir/lumirlumir-configs: - source: ./.github/sync-client.yml dest: ./clients/npm-textlint-rule-allowed-uris.yml - # ./.github/ISSUE_TEMPLATE - - source: ./.github/ISSUE_TEMPLATE/1-bug.md - dest: ./configs/.github/ISSUE_TEMPLATE/1-bug.md - - source: ./.github/ISSUE_TEMPLATE/2-suggestion.md - dest: ./configs/.github/ISSUE_TEMPLATE/2-suggestion.md - - source: ./.github/ISSUE_TEMPLATE/3-others.md - dest: ./configs/.github/ISSUE_TEMPLATE/3-others.md # ./.github/workflows - source: ./.github/workflows/lint.yml dest: ./configs/.github/workflows/lint.yml