mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

- rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
18 lines
667 B
Markdown
18 lines
667 B
Markdown
### Before submitting an issue
|
|
|
|
1. **Use the issue search** — check if the issue has already been
|
|
reported.
|
|
|
|
2. **Check if the issue has been fixed** — try to reproduce it using the
|
|
latest release.
|
|
|
|
3. **Isolate the problem** — ideally create a
|
|
[reduced test case](https://css-tricks.com/reduced-test-cases/) and a live
|
|
example.
|
|
|
|
4. **Select an issue template** — choose a template from `bug` or
|
|
`feature-request` and fill out the info you deem necessary. The more context
|
|
we get, the easier it is to implement the feature or fix the bug you report.
|
|
|
|
Check out the [CONTRIBUTING manual](../../CONTRIBUTING.md) for more info.
|