···11+# Code of Conduct
22+33+All Excalibur.js projects are released with the [Contributor Code of Conduct](https://github.com/excaliburjs/Excalibur/blob/main/.github/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
+9
.github/CONTRIBUTING.md
···11+# How to Contribute
22+33+## Code of Conduct
44+55+All Excalibur.js projects are released with the [Contributor Code of Conduct](https://github.com/excaliburjs/Excalibur/blob/master/.github/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
66+77+## Contributing Document
88+99+The contributing document for Excalibur.js projects is located here: [Contributing Document](https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md)
+41
.github/ISSUE_TEMPLATE/bug-report.md
···11+---
22+name: Bug Report
33+about: Something not working as expected? Tell us about it!
44+title: ''
55+labels: ''
66+assignees: ''
77+88+---
99+1010+<!-- ::: IMPORTANT NOTE :::
1111+1212+Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
1313+1414+Please ask any questions you have in our forum: https://github.com/excaliburjs/Excalibur/discussions
1515+1616+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.
1717+https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#reporting-bugs
1818+-->
1919+2020+<!-- Please follow the format below to make it easier for us to help you -->
2121+<!-- Add relevant pictures/gifs as appropriate -->
2222+2323+### Steps to Reproduce
2424+<!-- Detailed steps for reproducing the problem -->
2525+<!-- If possible, please include a self-contained code snippet that demonstrates the problem -->
2626+2727+### Expected Result
2828+<!-- What you expected to happen -->
2929+3030+### Actual Result
3131+<!-- What happened instead -->
3232+3333+### Environment
3434+<!-- Please fill out these fields -->
3535+- browsers and versions: <!-- e.x. Chrome (50.0.2883.87), Firefox (50.1.0), Edge (38.14393.0.0), etc. -->
3636+- operating system: <!-- What OS are you using? -->
3737+- Excalibur versions: <!-- which version(s) of Excalibur contain the bug?-->
3838+- (anything else that may be relevant) <!-- Are there versions of Excalibur that don't contain the bug?, etc. -->
3939+4040+### Current Workaround
4141+<!-- If you have determined a workaround for this issue, please detail it here -->
+30
.github/ISSUE_TEMPLATE/feature-request.md
···11+---
22+name: Feature Request
33+about: Suggest a new feature or improvement
44+title: ''
55+labels: ''
66+assignees: ''
77+88+---
99+1010+<!-- ::: IMPORTANT NOTE :::
1111+1212+Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
1313+1414+Please ask any questions you have in our forum: https://github.com/excaliburjs/Excalibur/discussions
1515+1616+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.
1717+https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#suggesting-improvements
1818+-->
1919+2020+<!-- 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. -->
2121+2222+<!-- Please follow the format below to make it easier for us to help you -->
2323+<!-- Add relevant pictures/gifs as appropriate -->
2424+2525+### Context
2626+<!-- Explain the background information for this request -->
2727+2828+### Proposal
2929+<!-- Your idea for the new feature, improvement, etc. -->
3030+<!-- If you have any ideas for implementation or next steps, add those here -->
+33
.github/PULL_REQUEST_TEMPLATE.md
···11+<!--
22+Hi, and thanks for contributing to Excalibur!
33+Before you go any further, please read our contributing guide: https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md
44+especially the "Submitting Changes" section:
55+https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#submitting-changes
66+---
77+A quick summary checklist is included below for convenience:
88+-->
99+1010+===:clipboard: PR Checklist :clipboard:===
1111+1212+- [ ] :pushpin: issue exists in github for these changes
1313+- [ ] :microscope: existing tests still pass
1414+- [ ] :see_no_evil: code conforms to the [style guide](https://github.com/excaliburjs/Excalibur/blob/master/STYLEGUIDE.md)
1515+- [ ] :triangular_ruler: new tests written and passing / old tests updated with new scenario(s)
1616+- [ ] :page_facing_up: changelog entry added (or not needed)
1717+1818+==================
1919+2020+<!-- 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/master/.github/CONTRIBUTING.md#creating-a-pull-request. -->
2121+2222+<!--Please format your pull request title according to our commit message styleguide: https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#commit-messages -->
2323+2424+<!-- Thanks again! -->
2525+2626+<!--------------------------------------------------------------------------------------------->
2727+2828+Closes #
2929+3030+## Changes:
3131+3232+- change 1
3333+- change 2
+25
LICENSE
···11+BSD 2-Clause License
22+33+Copyright (c) 2023, Excalibur.js
44+All rights reserved.
55+66+Redistribution and use in source and binary forms, with or without
77+modification, are permitted provided that the following conditions are met:
88+99+1. Redistributions of source code must retain the above copyright notice, this
1010+ list of conditions and the following disclaimer.
1111+1212+2. Redistributions in binary form must reproduce the above copyright notice,
1313+ this list of conditions and the following disclaimer in the documentation
1414+ and/or other materials provided with the distribution.
1515+1616+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1717+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1818+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1919+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2020+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2121+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2222+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2323+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2424+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.