diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-02-27 11:01:12 +0100 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-27 11:01:12 +0100 | 
| commit | d30883d49eedbdd50ac5f259d6d39382fb33dde6 (patch) | |
| tree | bbd0e5902a530a0ad46198aefb30e6763314e999 /data | |
| parent | 0b78d9add09ef1f6f396a422bb5307042a7b4726 (diff) | |
| download | pandoc-d30883d49eedbdd50ac5f259d6d39382fb33dde6.tar.gz | |
Added issue and PR template for data/templates.
Direct users to open issues in jgm/pandoc, not jgm/pandoc-templates.
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/.github/ISSUE_TEMPLATE.md | 3 | ||||
| -rw-r--r-- | data/templates/.github/PULL_REQUEST_TEMPLATE.md | 4 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/data/templates/.github/ISSUE_TEMPLATE.md b/data/templates/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..ead4f6811 --- /dev/null +++ b/data/templates/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +This repository is now maintained as a subtree of +[jgm/pandoc](https://github.com/jgm/pandoc).  Please open +your issue there, not here. diff --git a/data/templates/.github/PULL_REQUEST_TEMPLATE.md b/data/templates/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..7328f66a4 --- /dev/null +++ b/data/templates/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +This repository is now maintained as a subtree of +[jgm/pandoc](https://github.com/jgm/pandoc).  Please open +your pull request there, not here. + | 
