Looking to contribute something? Here's how you can help.
A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful - thank you!
Guidelines for bug reports:
-
Use the GitHub issue search — check if the issue has already been reported.
-
Check if the issue has been fixed — try to reproduce it using the latest
main
or development branch in the repository. -
Isolate the problem — ideally create a reduced test case and a live example.
-
Please try to be as detailed as possible in your report. Include specific information about the environment - operating system and version, browser and version... and steps required to reproduce the issue.
If you'd like to contribute please follow these instructions.
- Clone your fork
git clone https://github.com/$YOUR_USERNAME/opensource-website/
cd opensource-website
- Install Hugo
- Start Hugo server
hugo server
Good pull requests - patches, improvements, new features - are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
-
Push your topic branch up to your fork:
git push origin my-feature-branch
-
Open a Pull Request with a clear title and description. One for your changes in
main
.