mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
1.2 KiB
1.2 KiB
Contributing
Reporting bugs and other issues
To report any issues with the site, please create an issue report. If you could add the following information to the report, tracking the issue down and fixing it becomes a lot easier.
- What you expected to see
- What you saw instead
- What steps you took to trigger the problem
Screenshots are great! Drag & drop or paste images into the issue form.
Fixing Bugs
Check out our issue tracker and see what we're working on. We also keep ideas in there, and you are welcome to jump into the conversation.
Adding and updating features
Please create a pull request to implement features you'd like to see. GitHub Actions builds every pull request, so we'll have prompt feedback on the progress of the feature implementation. We require a few things in order to merge a pull request:
- You must merge
master's latest commit - There must be no merge conflicts
- Your new feature must be covered by tests
- The test build must pass