Skip to content

Commit

Permalink
Add documentation template in sync and workflow (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgottenProgramme authored Dec 14, 2023
1 parent 31ec50c commit 67cbc33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/sync/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ group:
dest: .github/ISSUE_TEMPLATE/1_feature.yml
- source: .github/ISSUE_TEMPLATE/epic.yml
dest: .github/ISSUE_TEMPLATE/epic.yml
- source: .github/ISSUE_TEMPLATE/2_documentation.yml
dest: .github/ISSUE_TEMPLATE/2_documentation.yml
# issue sorting
- source: HOW_WE_USE_GITHUB.md
dest: HOW_WE_USE_GITHUB.md
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- .github/ISSUE_TEMPLATE/0_bug.yml
- .github/ISSUE_TEMPLATE/1_feature.yml
- .github/ISSUE_TEMPLATE/epic.yml
- .github/ISSUE_TEMPLATE/2_documentation.yml
- .github/PULL_REQUEST_TEMPLATE/with_releases.md
- .github/PULL_REQUEST_TEMPLATE/without_releases.md
- .github/sync/config.yml # trigger sync if config is modified
Expand Down

0 comments on commit 67cbc33

Please sign in to comment.