summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-10-09 14:45:59 +0200
committerGitHub <noreply@github.com>2018-10-09 14:45:59 +0200
commit7e7a14cc9acc697d767cb078f2a30a408f0e8cf3 (patch)
tree14ffd835b214194b00992d6bf99d888e8c8950c5
parent8b38b601e5bd07559bb86d38132be31820c41627 (diff)
parent08b005fb0e5c93ebba79da1084c483c0565ce246 (diff)
downloadnextcloud-server-7e7a14cc9acc697d767cb078f2a30a408f0e8cf3.tar.gz
nextcloud-server-7e7a14cc9acc697d767cb078f2a30a408f0e8cf3.zip
Merge pull request #11698 from nextcloud/refactor/cleanup-github-files
Move GitHub files to .github directory
-rw-r--r--.github/CONTRIBUTING.md (renamed from CONTRIBUTING.md)2
-rw-r--r--.github/ISSUE_TEMPLATE.md (renamed from issue_template.md)0
-rw-r--r--README.md2
-rw-r--r--build/files-checker.php2
-rw-r--r--contribute/HowToApplyALicense.md2
5 files changed, 3 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index e76ddfddf6c..a8d955042dd 100644
--- a/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -19,7 +19,7 @@ If you have questions about how to install or use Nextcloud, please direct these
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
-[template]: https://raw.githubusercontent.com/nextcloud/server/master/issue_template.md
+[template]: ./ISSUE_TEMPLATE.md
[forum]: https://help.nextcloud.com/
[irc]: https://webchat.freenode.net/?channels=nextcloud
diff --git a/issue_template.md b/.github/ISSUE_TEMPLATE.md
index e614ea0aed0..e614ea0aed0 100644
--- a/issue_template.md
+++ b/.github/ISSUE_TEMPLATE.md
diff --git a/README.md b/README.md
index d131b34f479..313c1bf84db 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ changed it substantially:
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
-Please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) to this repository.
+Please review the [guidelines for contributing](.github/CONTRIBUTING.md) to this repository.
More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/)
diff --git a/build/files-checker.php b/build/files-checker.php
index ba9761fe4d1..4b694a1ccfa 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -53,14 +53,12 @@ $expectedFiles = [
'config',
'console.php',
'contribute',
- 'CONTRIBUTING.md',
'COPYING',
'COPYING-README',
'core',
'cron.php',
'index.html',
'index.php',
- 'issue_template.md',
'lib',
'occ',
'ocs',
diff --git a/contribute/HowToApplyALicense.md b/contribute/HowToApplyALicense.md
index 3ed231a6c1c..ecc1cffcea5 100644
--- a/contribute/HowToApplyALicense.md
+++ b/contribute/HowToApplyALicense.md
@@ -43,4 +43,4 @@ If you create a new file please use this license header:
Additionally we require a Developer Certificate of Origin (DCO), look
at [CONTRIBUTING.md][contributing] to learn more how to sign your commits.
-[contributing]: https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md#sign-your-work
+[contributing]: ../.github/CONTRIBUTING.md#sign-your-work