2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-19 04:02:09 +00:00

Point toward upstream asio issue tracker.

This commit is contained in:
Christopher Kohlhoff
2020-06-12 22:30:34 +10:00
parent c4adb6ff02
commit 79cba1da59
3 changed files with 36 additions and 0 deletions

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -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.

3
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -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.

26
.github/move.yml vendored Normal file
View File

@@ -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