Move GitHub files to .github directory
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
a4e8b4ea56
commit
08b005fb0e
5 changed files with 3 additions and 5 deletions
2
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
2
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
|
@ -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.
|
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/
|
[forum]: https://help.nextcloud.com/
|
||||||
[irc]: https://webchat.freenode.net/?channels=nextcloud
|
[irc]: https://webchat.freenode.net/?channels=nextcloud
|
||||||
|
|
|
@ -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 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/)
|
More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/)
|
||||||
|
|
||||||
|
|
|
@ -53,14 +53,12 @@ $expectedFiles = [
|
||||||
'config',
|
'config',
|
||||||
'console.php',
|
'console.php',
|
||||||
'contribute',
|
'contribute',
|
||||||
'CONTRIBUTING.md',
|
|
||||||
'COPYING',
|
'COPYING',
|
||||||
'COPYING-README',
|
'COPYING-README',
|
||||||
'core',
|
'core',
|
||||||
'cron.php',
|
'cron.php',
|
||||||
'index.html',
|
'index.html',
|
||||||
'index.php',
|
'index.php',
|
||||||
'issue_template.md',
|
|
||||||
'lib',
|
'lib',
|
||||||
'occ',
|
'occ',
|
||||||
'ocs',
|
'ocs',
|
||||||
|
|
|
@ -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
|
Additionally we require a Developer Certificate of Origin (DCO), look
|
||||||
at [CONTRIBUTING.md][contributing] to learn more how to sign your commits.
|
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
|
||||||
|
|
Loading…
Reference in a new issue