Thanks for our interest in contributing to Readr 🎉. We welcome issue, feature requests, and pull requests to help improve the project.
- Use the Issues page to report bugs or request features.
- Include as much detail as possible:
- Steps to reproduce
- Expected vs. actual behavior
- Screenshots (if applicable)
- Open an issue labeled enhancement.
- Clearly describe the feature and why it would be useful.
- If possible, suggest how it could be implemented.
- Fork the repository
- Clone your fork locally:
git clone https://github.com/<your-username>/reading-log-app.git cd reading-log-app
- Open
index.htmlin your browser (no build steps required)
- Use clear, descriptive commit messages (e.g.,
feat: add search filterorfix: resolve localStorage bug). - Keep code consistent with existing style (vanilla JS, clean HTML, simple CSS).
- Test your changes before submitting.
- Create a feature branch:
git checkout -b feature/my-feature
- Commit your changes:
git commit -m "feat: add my feature" - Push to your branch:
git push origin feature/my-feature
- Open a Pull Request to
main(after reviewing your changes locally)
By participating in this project, you agree to abide by our Code of Conduct
By contributing, you agree that your contributions will be licensed under the same license as this project.