Contributing to Scribblr
Open Source is driven by contributions. We are very happy seeing you here. We want to make the contribution process as easy and transparent as possible. It can range from (but not limited to):
- Reporting a bug
- Submitting a feature
- Submitting a fix
- Proposing features
- Becoming a maintainer
All contrubutions are welcome. First check the open issues and see if you can help with any of them. If you want to add a new feature, please create an issue first so that others can have a look at it. Below are the steps you should follow so that your PR can be merged easily.
- Check out the issues page.
- If you want to contribute a new feature or solve a issue, it is recommended you make it an issue for others to have a brief look at what's happening if the proposed feature is not already in the open issues.
- Fork the repo and create your branch from
master
. - Make the changes you want to make.
- Commit your changes and push your branch to GitHub.
- Create a pull request to the
master
branch of theoxlac/promptpedia
repository. - If you have any questions, please feel free to ask in the Discord Server.
Use the issue templates to report a bug. Please provide as much information as possible. If you have a solution to the bug, please create a pull request.