If something doesn't work or you cannot figure out how to make it work, open an issue.
See if the issue already exists, if it does either try to get help from the comments in its discussions or comment your specific needs. If it doesn't exist then open a new issue.
Some good things to structure your issue
- Describe your problem as fully as possible
- Include screenshots of what result is being shown and what you expected
- If possible include your local environment specifications
- If you want to suggest a new feature that doesn't exist, describe your suggestion as much as you can and tag the creator or core members of the repo to have a discussion.
If you want to develop/solve issues for spotivy follow these steps if you are new/beginner to our codebase
- Fork the repo on your personal GitHub account.
- Clone the repo in your local machine.
- Code and hack away for any issues or new features.
- Write descriptive commit messages.
- Make sure to test your code before you send a PR.
- Push to your remote branch.
- Finally create a Pull Request to
master
branch.
If any of the above mentioned steps seem unfamiliar to you then refer to git docs for help and also our maintainers.
Lastly, thanks a bunch for helping this project grow.