Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Move CONTRIBUTING.md and CODE_OF_CONDUCT.md to repository root #3130

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->

<!-- Please follow the format below to make it easier for us to help you -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->

<!-- Please do a quick search through our [backlog][issues] to see if your improvement has already been suggested. If so, feel free to provide additional comments or thoughts on the existing issue. -->
Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
Hi, and thanks for contributing to Excalibur!
Before you go any further, please read our contributing guide: https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md
Before you go any further, please read our contributing guide: https://github.com/excaliburjs/Excalibur/blob/main/CONTRIBUTING.md
especially the "Submitting Changes" section:
https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md#submitting-changes
https://github.com/excaliburjs/Excalibur/blob/main/CONTRIBUTING.md#submitting-changes
---
A quick summary checklist is included below for convenience:
-->
Expand All @@ -17,9 +17,9 @@ A quick summary checklist is included below for convenience:

==================

<!-- If you're closing an issue with this pull request, or contributing a significant change, please include your changes in the appropriate section of CHANGELOG.md as outlined in https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md#creating-a-pull-request. -->
<!-- If you're closing an issue with this pull request, or contributing a significant change, please include your changes in the appropriate section of CHANGELOG.md as outlined in https://github.com/excaliburjs/Excalibur/blob/main/CONTRIBUTING.md#creating-a-pull-request. -->

<!--Please format your pull request title according to our commit message styleguide: https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md#commit-messages -->
<!--Please format your pull request title according to our commit message styleguide: https://github.com/excaliburjs/Excalibur/blob/main/CONTRIBUTING.md#commit-messages -->

<!-- Thanks again! -->

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading