mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
* docs(wiki): refactor download page Rework and improve download page in preparation for README updates. * chore(ci): simplify the initial release text Centralizing all links to one place will make maintenance of docs easier. * chore(docs): Update meta docs and templates Aligning issue templates and other docs to support the use of the wiki and to encourage additions from others. * chore(docs): align README with new download page
695 B
695 B
Problem
Solution
Type of Change
- Bug fix
- New feature
- Breaking change
- Refactoring
- Documentation
- Other (please describe)
Checklist
- I have included relevant changes to the documentation/wiki.
- I have run
npm run checkFileon changed.ts/.scssfiles - I have added tests for my changes (if applicable)
- Existing tests still pass
- My commit messages follow the Angular format (
type(scope): description)