|
| 1 | +commit_message: 🔄 Update file via sync |
| 2 | + |
| 3 | +# Syncs repos from thepurplebubble/template |
| 4 | +files: |
| 5 | + # root |
| 6 | + - path: CONTRIBUTING.md |
| 7 | + source: https://github.com/thepurplebubble/template/blob/main/CONTRIBUTING.md |
| 8 | + - path: CODE_OF_CONDUCT.md |
| 9 | + source: https://github.com/thepurplebubble/template/blob/main/CODE_OF_CONDUCT.md |
| 10 | + - path: LICENSE.md |
| 11 | + source: https://github.com/thepurplebubble/template/blob/main/LICENSE.md |
| 12 | + # .github |
| 13 | + - path: /.github/SECURITY.md |
| 14 | + source: https://github.com/thepurplebubble/template/blob/main/.github/SECURITY.md |
| 15 | + - path: /.github/PULL_REQUEST_TEMPLATE.md |
| 16 | + source: https://github.com/thepurplebubble/template/blob/main/.github/PULL_REQUEST_TEMPLATE.md |
| 17 | + - path: /.github/FUNDING.yml |
| 18 | + source: https://github.com/thepurplebubble/template/blob/main/.github/FUNDING.yml |
| 19 | + - path: /.github/CONTRIBUTORS.md |
| 20 | + source: https://github.com/thepurplebubble/template/blob/main/.github/CONTRIBUTORS.md |
| 21 | + - path: /.github/CODEOWNERS |
| 22 | + source: https://github.com/thepurplebubble/template/blob/main/.github/CODEOWNERS |
| 23 | + - path: /.github/AUTHORS.md |
| 24 | + source: https://github.com/thepurplebubble/template/blob/main/.github/AUTHORS.md |
| 25 | + - path: /.github/ACKNOWLEDGEMENTS.md |
| 26 | + source: https://github.com/thepurplebubble/template/blob/main/.github/ACKNOWLEDGEMENTS.md |
| 27 | + # issue templates |
| 28 | + - path: /.github/ISSUE_TEMPLATE/bugreport.yml |
| 29 | + source: https://github.com/thepurplebubble/template/blob/main/.github/ISSUE_TEMPLATE/bugreport.yml |
| 30 | + - path: /.github/ISSUE_TEMPLATE/chore.yml |
| 31 | + source: https://github.com/thepurplebubble/template/blob/main/.github/ISSUE_TEMPLATE/chore.yml |
| 32 | + - path: /.github/ISSUE_TEMPLATE/config.yml |
| 33 | + source: https://github.com/thepurplebubble/template/blob/main/.github/ISSUE_TEMPLATE/config.yml |
| 34 | + - path: /.github/ISSUE_TEMPLATE/documentation.yml |
| 35 | + source: https://github.com/thepurplebubble/template/blob/main/.github/ISSUE_TEMPLATE/documentation.yml |
| 36 | + - path: /.github/ISSUE_TEMPLATE/feature_request.yml |
| 37 | + source: https://github.com/thepurplebubble/template/blob/main/.github/ISSUE_TEMPLATE/feature_request.yml |
| 38 | + - path: /.github/ISSUE_TEMPLATE/other.yml |
| 39 | + source: https://github.com/thepurplebubble/template/blob/main/.github/ISSUE_TEMPLATE/other.yml |
0 commit comments