homepage/CONTRIBUTING.md

54 lines
2.4 KiB
Markdown
Raw Normal View History

2022-09-13 21:15:55 +03:00
# Contributing to Homepage
2022-09-13 21:15:55 +03:00
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the project
- Submitting a fix
- Proposing new features
- Becoming a maintainer
## We Develop with Github
2022-09-13 21:15:55 +03:00
We use github to host code, to track issues and feature requests, as well as accept pull requests.
## Any contributions you make will be under the GNU General Public License v3.0
2022-09-13 21:15:55 +03:00
In short, when you submit code changes, your submissions are understood to be under the same [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/) that covers the project. Feel free to contact the maintainers if that's a concern.
2023-10-04 23:15:59 -07:00
## Report bugs using Github's [issues](https://github.com/gethomepage/homepage/issues)
2023-10-04 23:15:59 -07:00
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/gethomepage/homepage/issues/new); it's that easy!
2022-09-13 21:15:55 +03:00
## Write bug reports with detail, background, and sample configurations
Homepage includes a lot of configuration options and is often deploying in larger systems. Please include as much information (configurations, deployment method, Docker & API versions, etc) as you can when reporting an issue.
2022-09-13 21:15:55 +03:00
**Great Bug Reports** tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give example configurations if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
People _love_ thorough bug reports. I'm not even kidding.
2022-09-13 21:15:55 +03:00
2023-04-27 14:29:11 -07:00
## Development Guidelines
2023-10-03 18:55:02 -07:00
Please see the [documentation regarding development](https://gethomepage.dev/latest/more/development/) and specifically the [guidelines for new service widgets](https://gethomepage.dev/latest/more/development/#service-widget-guidelines) if you are considering making one.
2023-04-27 14:29:11 -07:00
2022-09-13 21:15:55 +03:00
## Use a Consistent Coding Style
2022-09-13 21:15:55 +03:00
This project follows the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript), please follow it when submitting pull requests.
## License
2022-09-13 21:15:55 +03:00
By contributing, you agree that your contributions will be licensed under its GNU General Public License.
## References
2022-09-13 21:15:55 +03:00
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/main/CONTRIBUTING.md)