diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-06-16 18:07:30 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-06-16 18:07:30 (GMT) |
| commit | 7bf68c2335062edb662417df9048b2c56244479f (patch) | |
| tree | b932b7980610e20b6567f727329b81e82e9ff173 | |
| parent | c9802b0230c526e8e09a018ea6099d572b34acd1 (diff) | |
| download | tcl-7bf68c2335062edb662417df9048b2c56244479f.zip tcl-7bf68c2335062edb662417df9048b2c56244479f.tar.gz tcl-7bf68c2335062edb662417df9048b2c56244479f.tar.bz2 | |
Add in basic github meta-files to reduce problems with issues being filed where we don't see them.
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 3 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..22d3860 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +Important Note +========== +Please do not file issues with Tcl on Github. They are unlikely to be noticed in a timely fashion. Tcl issues are hosted in the [tcl fossil repository on core.tcl.tk](https://core.tcl.tk/tcl/tktnew); please post them there. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..da07cd2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +Important Note +========== +Please do not file pull requests with Tcl on Github. They are unlikely to be noticed in a timely fashion. Tcl issues (including patches) are hosted in the [tcl fossil repository on core.tcl.tk](https://core.tcl.tk/tcl/tktnew); please post them there. |
