diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 21:12:37 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 21:13:58 -0400 |
commit | ce020a0a85b3bb92ef7af905d11471d9e81fed99 (patch) | |
tree | d1d071af7bdf01dd78b0d00701f95ac14f4aae04 | |
parent | b9f33dc4088a0fb82092d805b733cdc1f3b61b4b (diff) | |
download | snakemake-mode-ce020a0a85b3bb92ef7af905d11471d9e81fed99.tar.gz |
Redirect those opening issues/PRs on GitHub
-rw-r--r-- | .github/issue_template.md | 3 | ||||
l--------- | .github/pull_request_template.md | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..b673984 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,3 @@ +**Note**: This repository is a mirror. The primary repository is at <https://git.kyleam.com/snakemake-mode/about>. + +Please send bug reports, patches, and general discussion as plain-text email to <snakemake-mode@inbox.kyleam.com>. Discussions that include this address are public and archived at <https://inbox.kyleam.com/snakemake-mode/>. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 120000 index 0000000..0417042 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1 @@ +issue_template.md
\ No newline at end of file |