diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 13:05:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 13:05:45 (GMT) |
commit | 6eac9c2f48c934ccb300208994845259d88e1ebf (patch) | |
tree | c3bd901d996e7d8e68c6d01cdc37e191297b2a4b /.github | |
parent | 3b894ebd5728eb377932f6a0a6f7703ad70ab7cf (diff) | |
download | tk-6eac9c2f48c934ccb300208994845259d88e1ebf.zip tk-6eac9c2f48c934ccb300208994845259d88e1ebf.tar.gz tk-6eac9c2f48c934ccb300208994845259d88e1ebf.tar.bz2 |
Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github.
Change many url's from http:// to https://
Diffstat (limited to '.github')
-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..35a56fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +Important Note +========== +Please do not file issues with Tk on Github. They are unlikely to be noticed in a timely fashion. Tk issues are hosted in the [tk fossil repository on core.tcl-lang.org](https://core.tcl-lang.org/tk/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..dc07555 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +Important Note +========== +Please do not file pull requests with Tk on Github. They are unlikely to be noticed in a timely fashion. Tk issues (including patches) are hosted in the [tk fossil repository on core.tcl-lang.org](https://core.tcl-lang.org/tk/tktnew); please post them there. |