Skip to content

Commit d8db7ce

Browse files
authored
chore(*): remove ISSUE_TEMPLATE in favor of centralized template (#311)
This pull request removes outdated issue templates and updates the `.github/sync-client.yml` configuration file to reflect these deletions. The changes streamline the repository by eliminating unused files and their associated synchronization rules. ### Removal of outdated issue templates: * Deleted the `1-bug.md` issue template, which was used for reporting bugs or regressions. * Deleted the `2-suggestion.md` issue template, which was used for suggesting new features or improvements. * Deleted the `3-others.md` issue template, which was used for reporting miscellaneous issues. ### Update to synchronization configuration: * Removed references to the deleted issue templates in the `.github/sync-client.yml` file, ensuring synchronization rules are consistent with the current file structure.
1 parent 4091caf commit d8db7ce

File tree

4 files changed

+0
-94
lines changed

4 files changed

+0
-94
lines changed

.github/ISSUE_TEMPLATE/1-bug.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/2-suggestion.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/3-others.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/sync-client.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
lumirlumir/lumirlumir-configs:
22
- source: ./.github/sync-client.yml
33
dest: ./clients/npm-textlint-rule-allowed-uris.yml
4-
# ./.github/ISSUE_TEMPLATE
5-
- source: ./.github/ISSUE_TEMPLATE/1-bug.md
6-
dest: ./configs/.github/ISSUE_TEMPLATE/1-bug.md
7-
- source: ./.github/ISSUE_TEMPLATE/2-suggestion.md
8-
dest: ./configs/.github/ISSUE_TEMPLATE/2-suggestion.md
9-
- source: ./.github/ISSUE_TEMPLATE/3-others.md
10-
dest: ./configs/.github/ISSUE_TEMPLATE/3-others.md
114
# ./.github/workflows
125
- source: ./.github/workflows/lint.yml
136
dest: ./configs/.github/workflows/lint.yml

0 commit comments

Comments
 (0)