## New contributor guide

To get an overview of the project, read the [README](README.md). Here are some resources to help you get started with open source contributions:

- [Finding ways to contribute to open source on GitHub](https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github)
- [Set up Git](https://docs.github.com/en/get-started/quickstart/set-up-git)
- [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow)
- [Collaborating with pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests)

### Issues

#### Create a new issue

If you spot a problem with the docs, please see the existing issues. If a related issue doesn't exist, you can open a new issue.

### Solve an issue

Scan through our [existing issues](https://github.com/hanifhefaz/dcter/issues) to find one that interests you. If you find an issue to work on, you are welcome to open a PR with a fix.

### PR Guid

Please make a fork of the repo and push your changes to your own branch. Then make a Pull Request.
