From 9c78d238ec93067fd50bb421e243c5b969c8e3fb Mon Sep 17 00:00:00 2001 From: Yorick van Klinken Date: Fri, 19 Jul 2024 10:31:00 +0200 Subject: [PATCH 1/7] Moved CONTRIBUTING.md to root --- .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md From 1aa2557b2597a00042d9eb6cdafd6a36bf8ebb13 Mon Sep 17 00:00:00 2001 From: Yorick van Klinken Date: Fri, 19 Jul 2024 10:33:29 +0200 Subject: [PATCH 2/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f82c83bae9..348d67896a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Visit the [API Reference](https://excaliburjs.com/docs/) section for fully-annot # Questions - :question: Ask us anything in the [GitHub Discussions area](https://github.com/excaliburjs/Excalibur/discussions). -- :bug: If you find a bug, report it on the [GitHub issues page](https://github.com/excaliburjs/Excalibur/issues) (please review our [guidelines for reporting bugs](https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md#reporting-bugs)). +- :bug: If you find a bug, report it on the [GitHub issues page](https://github.com/excaliburjs/Excalibur/issues) (please review our [guidelines for reporting bugs](CONTRIBUTING.md#reporting-bugs)). - :mega: You can also follow us on Twitter [@excaliburjs](http://twitter.com/excaliburjs) or [read the blog](https://excaliburjs.com/blog). # Samples @@ -43,7 +43,7 @@ Compiled examples can be found [in the Excalibur Samples collection](http://exca # Contributing -Please read our [Contributing Guidelines](.github/CONTRIBUTING.md) and our [Code of Conduct](.github/CODE_OF_CONDUCT.md). Whether you've spotted a bug, have a question, or think of a new feature, we thank you for your help! +Please read our [Contributing Guidelines](CONTRIBUTING.md) and our [Code of Conduct](CODE_OF_CONDUCT.md). Whether you've spotted a bug, have a question, or think of a new feature, we thank you for your help! ## Mac/Linux From 79db3517fbade32ff4443131c215666c256063b2 Mon Sep 17 00:00:00 2001 From: Yorick van Klinken Date: Fri, 19 Jul 2024 10:34:08 +0200 Subject: [PATCH 3/7] Moved CODE_OF_CONDUCT.md to root --- .github/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md (100%) diff --git a/.github/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from .github/CODE_OF_CONDUCT.md rename to CODE_OF_CONDUCT.md From 9a1014009bee90d2588e9fa7a49b0c81f1ee57e7 Mon Sep 17 00:00:00 2001 From: Yorick van Klinken Date: Fri, 19 Jul 2024 10:36:16 +0200 Subject: [PATCH 4/7] Updated link to CONTRIBUTING.md --- .../2016-08-30-excalibur-0-7-0-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/blog/2016-08-30-excalibur-0-7-0-release/2016-08-30-excalibur-0-7-0-release.md b/site/blog/2016-08-30-excalibur-0-7-0-release/2016-08-30-excalibur-0-7-0-release.md index f55a34cdcb..0c3b1de3b7 100644 --- a/site/blog/2016-08-30-excalibur-0-7-0-release/2016-08-30-excalibur-0-7-0-release.md +++ b/site/blog/2016-08-30-excalibur-0-7-0-release/2016-08-30-excalibur-0-7-0-release.md @@ -28,6 +28,6 @@ We’ve removed a number of deprecated methods. Check the [changelog](https://gi ## Contributing -We have improved our contributing document to make it easier to jump into Excalibur development. If you’re interested in helping out, read through our [new Contributing documentation](https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md) +We have improved our contributing document to make it easier to jump into Excalibur development. If you’re interested in helping out, read through our [new Contributing documentation](https://github.com/excaliburjs/Excalibur/blob/main/CONTRIBUTING.md) Overall there were over 27 issues addressed in this release. Check out the full release notes for all of the details, including bug fixes and enhancements. From 7287dc15c32df135bb169926a99c82eab3e0e328 Mon Sep 17 00:00:00 2001 From: Yorick van Klinken Date: Fri, 19 Jul 2024 10:37:27 +0200 Subject: [PATCH 5/7] Updated CONTRIBUTING.md links PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e05a32b291..3f07331970 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ @@ -17,9 +17,9 @@ A quick summary checklist is included below for convenience: ================== - + - + From 57b150b48ffae2f91bed15329e5dfe0122bc9e06 Mon Sep 17 00:00:00 2001 From: Yorick van Klinken Date: Fri, 19 Jul 2024 10:38:01 +0200 Subject: [PATCH 6/7] Updated CONTRTIBUTING.md link in 1-bug_report.md --- .github/ISSUE_TEMPLATE/1-bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md index b0dc47d862..4c3ca6d768 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.md +++ b/.github/ISSUE_TEMPLATE/1-bug_report.md @@ -10,7 +10,7 @@ Hi, this is the Excalibur development team. Please take a moment to read the ins Please ask any questions you have in Discussions: https://github.com/excaliburjs/Excalibur/discussions Please wait to file a Github issue until after you've read through and understand the contributing guidelines. If you're not sure if you should submit an issue, ask your question in the forum linked above. -https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md#reporting-bugs +https://github.com/excaliburjs/Excalibur/blob/main/CONTRIBUTING.md#reporting-bugs --> From bd5bf1b28ba20b00d6b0adb3aa209cd426875d56 Mon Sep 17 00:00:00 2001 From: Yorick van Klinken Date: Fri, 19 Jul 2024 10:38:44 +0200 Subject: [PATCH 7/7] Updated CONTRIBUTING.md link in 2-feature_request.md --- .github/ISSUE_TEMPLATE/2-feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md index abc27612e4..5cd4ddc933 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.md +++ b/.github/ISSUE_TEMPLATE/2-feature_request.md @@ -10,7 +10,7 @@ Hi, this is the Excalibur development team. Please take a moment to read the ins Please ask any questions you have in Discussions: https://github.com/excaliburjs/Excalibur/discussions Please wait to file a Github issue until after you've read through and understand the contributing guidelines. If you're not sure if you should submit an issue, ask your question in the forum linked above. -https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md#suggesting-improvements +https://github.com/excaliburjs/Excalibur/blob/main/CONTRIBUTING.md#suggesting-improvements -->