Welcome to Sidekick contribution guidelines
The best way to contribute to Sidekick is opening an issue. If you found any bug on Sidekick or mistake in our documents, contents you can open an issue about it to let us know. Evaluating problems and fixing them is high priority for us.
- If you plan to work on a problem, please check that same problem or topic does not already exist.
- If you plan to work on a new feature, our advice it discuss it with other community members/maintainers who might give you a idea or support.
- If you stuck anywhere, ask for help in our discord community.
- Please relate one bug with one issue, do not use issues as bug lists.
After issue creation, If you are looking to make your contribution follow the steps below.
- Fork this repository.
- Clone the repository you forked.
- Create a branch with spesified name. Its better to related with your issue title.
- Make necessary changes and commit those changes. Make sure to test your changes.
- Push changes to your branch.
- Submit your changes for review.
You can create an issue and contribute about anything you want but following above steps will definitely ease your work and other maintainers too.