From 742522d5adcf7c9d0ce3c6e2d023989a5b937f60 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 4 May 2016 08:55:38 -0400 Subject: [PATCH] Modify contributing and readme docs to follow the new metadata management system. Add issue template. (#1139) --- CONTRIBUTING.md | 2 +- ISSUE_TEMPLATE.md | 3 +++ README.md | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 739508fe8b..b22f093aac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -**Are you sure you don't want to submit to the [NetKAN](https://github.com/KSP-CKAN/NetKAN) instead? NetKAN files mean we can index new releases automatically!** +**Metadata in the CKAN-meta repository is almost exclusively written by the CKAN indexer. User submissions should only be made in cases where old versions of mods need their metadata modified. All other metadata submissions should be directed to the [NetKAN repository](https://github.com/KSP-CKAN/NetKAN).** ### Code of Conduct diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..61b392f473 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +Please note that this repository's issues section will be closed in the near future. + +Please open metadata-related issues (issues relating to incorrect information about mods, missing versions, or incorrect installations) in the NetKAN repository (https://github.com/KSP-CKAN/NetKAN/issues) or if you want to suggest something or report a bug relating to CKAN as a whole, open the issue in the CKAN repository (https://github.com/KSP-CKAN/CKAN/issues). \ No newline at end of file diff --git a/README.md b/README.md index 67e0fbfa44..1a0cc67011 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ Welcome to the CKAN metadata repository. +**Please note that this repository's issues section will be closed in the near future.** + +Please open metadata-related issues (issues relating to incorrect information about mods, missing versions, or incorrect installations) in the [NetKAN repository](https://github.com/KSP-CKAN/NetKAN/issues) or if you want to suggest something or report a bug relating to CKAN as a whole, open the issue in the [CKAN repository](https://github.com/KSP-CKAN/CKAN/issues). + If you wish to add support for a new module, [there's a guide for that](https://github.com/KSP-CKAN/CKAN/wiki/Adding-a-mod-to-the-CKAN). If you're wondering what the CKAN is, start with [this readme](https://github.com/KSP-CKAN/CKAN/blob/master/README.md). -