Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim authored Jan 24, 2025
0 parents commit 4e06cca
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code of Conduct

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 changes: 9 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# How to Contribute

## Code of Conduct

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.

## Contributing Document

The contributing document for Excalibur.js projects is located here: [Contributing Document](https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md)
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug Report
about: Something not working as expected? Tell us about it!
title: ''
labels: ''
assignees: ''

---

<!-- ::: IMPORTANT NOTE :::
Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
Please ask any questions you have in our forum: 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/master/.github/CONTRIBUTING.md#reporting-bugs
-->

<!-- Please follow the format below to make it easier for us to help you -->
<!-- Add relevant pictures/gifs as appropriate -->

### Steps to Reproduce
<!-- Detailed steps for reproducing the problem -->
<!-- If possible, please include a self-contained code snippet that demonstrates the problem -->

### Expected Result
<!-- What you expected to happen -->

### Actual Result
<!-- What happened instead -->

### Environment
<!-- Please fill out these fields -->
- browsers and versions: <!-- e.x. Chrome (50.0.2883.87), Firefox (50.1.0), Edge (38.14393.0.0), etc. -->
- operating system: <!-- What OS are you using? -->
- Excalibur versions: <!-- which version(s) of Excalibur contain the bug?-->
- (anything else that may be relevant) <!-- Are there versions of Excalibur that don't contain the bug?, etc. -->

### Current Workaround
<!-- If you have determined a workaround for this issue, please detail it here -->
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Feature Request
about: Suggest a new feature or improvement
title: ''
labels: ''
assignees: ''

---

<!-- ::: IMPORTANT NOTE :::
Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
Please ask any questions you have in our forum: 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/master/.github/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. -->

<!-- Please follow the format below to make it easier for us to help you -->
<!-- Add relevant pictures/gifs as appropriate -->

### Context
<!-- Explain the background information for this request -->

### Proposal
<!-- Your idea for the new feature, improvement, etc. -->
<!-- If you have any ideas for implementation or next steps, add those here -->
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
Hi, and thanks for contributing to Excalibur!
Before you go any further, please read our contributing guide: https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md
especially the "Submitting Changes" section:
https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#submitting-changes
---
A quick summary checklist is included below for convenience:
-->

===:clipboard: PR Checklist :clipboard:===

- [ ] :pushpin: issue exists in github for these changes
- [ ] :microscope: existing tests still pass
- [ ] :see_no_evil: code conforms to the [style guide](https://github.com/excaliburjs/Excalibur/blob/master/STYLEGUIDE.md)
- [ ] :triangular_ruler: new tests written and passing / old tests updated with new scenario(s)
- [ ] :page_facing_up: changelog entry added (or not needed)

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

<!-- 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. -->

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

<!-- Thanks again! -->

<!--------------------------------------------------------------------------------------------->

Closes #

## Changes:

- change 1
- change 2
25 changes: 25 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
BSD 2-Clause License

Copyright (c) 2023, Excalibur.js
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit 4e06cca

Please sign in to comment.