diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f07734c..69547faa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ + + ### Changes made diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1750865d..3a9fd5e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,14 @@ First of all, thank you for looking into contributing! 🫡 Feel free to contribute in any way: 🐞 bug reports, 💡 ideas, 🥖 new features etc - everything is welcome! -For big PRs (lots of changes/big change in the way something works), if you'd like, it can be discussed first in an issue (dont want to waste anyones time!). +Big pull requests (anything more than a few lines) should be discussed first in an issue (dont want to waste anyones time!). ## Project Board We have a [board to organize new features and bug fixes](https://github.com/orgs/sbondCo/projects/9/views/2) to be worked on. If you see something you'd like to work on, just ask in the issue and it can be assigned to you. Even if it isn't set for the next milestone already, it can be. + +## AI + +If you use AI, please disclose the usage in your pull request. + +Fully understanding any code that is submitted is a must because someone's gotta understand it! diff --git a/README.md b/README.md index 97fe196f..299f2d40 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,15 @@ With [some extra configuration](https://watcharr.app/docs/server_config/game-sup I am built with Go and Svelte(Kit). -Feel free to abuse this demo instance (nicely), which runs on the latest `dev` build (there may be bugs, as new features are tested on here too): [https://beta.watcharr.app/](https://beta.watcharr.app/) +### Demo -[Track progress for the next version](https://github.com/orgs/sbondCo/projects/9/views/3). +Feel free to abuse this demo instance (nicely). It runs on the latest `dev` build so there may be bugs, as new features are tested on here too. The demo is a worst-case scenario for speed (which is why I like it as a testing ground), if you host it yourself the app will be snappy. + +Demo: [https://beta.watcharr.app/](https://beta.watcharr.app/) + +### Track new features + +Most patches are tracked through [our project board](https://github.com/orgs/sbondCo/projects/9/views/3), though I am very unorganised so expect surprise updates (or don't, if you like surprises)! ### Contents @@ -26,6 +32,7 @@ Feel free to abuse this demo instance (nicely), which runs on the latest `dev` b - [Set Up](#set-up) - [Community Made Tools](#community-made-tools) - [Getting Help](#getting-help) +- [License](#license) - [Contributing](#contributing) # Screenshots @@ -72,6 +79,8 @@ If something isn't working for you or you are stuck, [creating an issue](https:/ You can also [join our space on Matrix](https://matrix.to/#/#watcharr:matrix.org) for support. +I'll do my best to reply! + # License This project is licensed under the GPLv3 license. You should see the [LICENSE](LICENSE) file located in the root folder of this project for the full license text, if not, see .