- Delete CODE_OF_CONDUCT.md (generic boilerplate) - Simplify README.md, link to ra-h.app/docs as primary - Simplify CONTRIBUTING.md - Fix bug_report.md (was referencing PostgreSQL, uses SQLite) - Gut bloated PR template - Simplify feature_request.md - Update docs/README.md to point to website - Update docs/9_open-source.md
20 lines
266 B
Markdown
20 lines
266 B
Markdown
# Pull Request
|
|
|
|
## What does this PR do?
|
|
|
|
## Type
|
|
- [ ] Bug fix
|
|
- [ ] New feature
|
|
- [ ] Documentation
|
|
- [ ] Refactor
|
|
|
|
## Related issue
|
|
Closes #
|
|
|
|
## Testing done
|
|
|
|
## Checklist
|
|
- [ ] `npm run build` passes
|
|
- [ ] `npm run type-check` passes
|
|
- [ ] `npm run lint` passes
|