diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 20:38:43 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 20:39:43 -0400 |
commit | 307427fa91935f6cc66f6e710bcbc7381d4c036c (patch) | |
tree | 3339c951c0e9ae0d912c9cef0228bcf0f25ad503 | |
parent | 147807e9bdec5d98d9a00207bb9d5564f3973744 (diff) | |
download | snakemake-mode-307427fa91935f6cc66f6e710bcbc7381d4c036c.tar.gz |
issue_template.md: Reflow
I went with the long lines because that will be rendered more nicely
by GitHub. But this is shown in the text field so it doesn't matter.
-rw-r--r-- | .github/issue_template.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index b673984..e881fe7 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,3 +1,7 @@ -**Note**: This repository is a mirror. The primary repository is at <https://git.kyleam.com/snakemake-mode/about>. +**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/>. +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/>. |