Chase
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
74 additions and
2 deletions
-
.github/ISSUE_TEMPLATE.md
-
.github/PULL_REQUEST_TEMPLATE.md
-
LICENSE.md
-
README.md
|
|
@ -0,0 +1,16 @@ |
|
|
|
### Subject of the issue |
|
|
|
Describe your issue here. |
|
|
|
|
|
|
|
### Expected behaviour |
|
|
|
Tell us what should happen. |
|
|
|
|
|
|
|
### Actual behaviour |
|
|
|
Tell us what happens instead. |
|
|
|
|
|
|
|
### I'm seeing this behaviour on |
|
|
|
<!-- HINT: these checkboxes can be checked like this: [x] --> |
|
|
|
|
|
|
|
<!-- Check all that apply --> |
|
|
|
- [ ] Chrome |
|
|
|
- [ ] Firefox |
|
|
|
- [ ] Edge |
|
|
@ -0,0 +1,26 @@ |
|
|
|
## Pull request type |
|
|
|
|
|
|
|
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> |
|
|
|
|
|
|
|
Please check the type of change your PR introduces: |
|
|
|
<!-- HINT: these checkboxes can be checked like this: [x] --> |
|
|
|
- [ ] Bugfix |
|
|
|
- [ ] Feature |
|
|
|
- [ ] Code style update (formatting, renaming) |
|
|
|
- [ ] Other (please describe): |
|
|
|
|
|
|
|
|
|
|
|
## What is the current behavior? |
|
|
|
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> |
|
|
|
|
|
|
|
Issue Number: N/A |
|
|
|
|
|
|
|
|
|
|
|
## What is the new behavior? |
|
|
|
<!-- Please describe the behavior or changes that are being added by this PR. --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Other information |
|
|
|
|
|
|
|
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> |
|
|
@ -0,0 +1,21 @@ |
|
|
|
MIT License |
|
|
|
|
|
|
|
Copyright (c) 2020 XLabs |
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
of this software and associated documentation files (the "Software"), to deal |
|
|
|
in the Software without restriction, including without limitation the rights |
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
|
|
copies of the Software, and to permit persons to whom the Software is |
|
|
|
furnished to do so, subject to the following conditions: |
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in all |
|
|
|
copies or substantial portions of the Software. |
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
|
|
|
SOFTWARE. |
|
|
@ -1,2 +1,11 @@ |
|
|
|
# [XLabs.dev](https://xlabs.dev) |
|
|
|
Source code for XLabs website. |
|
|
|
# [XLabs.dev](https://xlabs.dev)  |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
Welcome to the repository that holds the [XLabs.dev](https://xlabs.dev) source code. |
|
|
|
|
|
|
|
**This repo is NOT used for support. Do NOT open an issue about your game client problems.** |
|
|
|
|
|
|
|
|
|
|
|
If you want to point out a correction/sugestion, open an issue. |
|
|
|
If you want to fix something, feel free to open a Pull Request. |