chore(project): move CONTRIBUTING to .github folder
This commit is contained in:
parent
4af6fb721c
commit
96c3f0f3a7
|
@ -1,6 +1,6 @@
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Make sure to checkout [CONTRIBUTING.md](https://github.com/bpmn-io/bpmn-js/blob/master/CONTRIBUTING.md#creating-an-issue) before filing a bug or feature request.
|
Make sure to checkout [CONTRIBUTING.md](https://github.com/bpmn-io/bpmn-js/blob/master/.github/CONTRIBUTING.md#creating-an-issue) before filing a bug or feature request.
|
||||||
|
|
||||||
If possible, reproduce bugs through a [JSFiddle snippet](https://jsfiddle.net/kxqy09gf) or in a separate project on GitHub.
|
If possible, reproduce bugs through a [JSFiddle snippet](https://jsfiddle.net/kxqy09gf) or in a separate project on GitHub.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Thanks for filing a pull request!
|
Thanks for filing a pull request!
|
||||||
|
|
||||||
Make sure you've read through [our contributing guide](https://github.com/bpmn-io/bpmn-js/blob/master/CONTRIBUTING.md#creating-a-pull-request) before you continue.
|
Make sure you've read through [our contributing guide](https://github.com/bpmn-io/bpmn-js/blob/master/.github/CONTRIBUTING.md#creating-an-issue) before you continue.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,4 @@ test/*
|
||||||
.eslintignore
|
.eslintignore
|
||||||
.eslintrc
|
.eslintrc
|
||||||
.travis.yml
|
.travis.yml
|
||||||
.wiredeps
|
|
||||||
CONTRIBUTING.md
|
|
||||||
rollup.config.js
|
rollup.config.js
|
|
@ -75,7 +75,7 @@ npm run all
|
||||||
You may need to perform [additional project setup](./docs/project/SETUP.md) when
|
You may need to perform [additional project setup](./docs/project/SETUP.md) when
|
||||||
building the latest development snapshot.
|
building the latest development snapshot.
|
||||||
|
|
||||||
Please checkout our [contributing guidelines](./CONTRIBUTING.md) if you plan to
|
Please checkout our [contributing guidelines](./.github/CONTRIBUTING.md) if you plan to
|
||||||
file an issue or pull request.
|
file an issue or pull request.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue