diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..c34f5ac9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +blank_issues_enabled: false +contact_links: + - name: Upstream repository located at https://github.com/chriskohlhoff/asio + url: https://github.com/chriskohlhoff/asio/issues + about: | + The source code in this repository is generated from upstream. + Please raise new issues there. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..0cfd568a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +The source code in this repository is generated from an upstream repository at https://github.com/chriskohlhoff/asio. + +Please consider raising new pull requests at https://github.com/chriskohlhoff/asio/pulls. diff --git a/.github/move.yml b/.github/move.yml new file mode 100644 index 00000000..fbdcbe3a --- /dev/null +++ b/.github/move.yml @@ -0,0 +1,26 @@ +# Configuration for Move Issues - https://github.com/dessant/move-issues + +# Delete the command comment when it contains no other content +deleteCommand: true + +# Close the source issue after moving +closeSourceIssue: true + +# Lock the source issue after moving +lockSourceIssue: true + +# Mention issue and comment authors +mentionAuthors: true + +# Preserve mentions in the issue content +keepContentMentions: false + +# Move labels that also exist on the target repository +moveLabels: false + +# Set custom aliases for targets +aliases: + upstream: chriskohlhoff/asio + +# Repository to extend settings from +# _extends: repo