henkan
Version:
A Node.JS library that helps you convert any dictionary from EDRDG, transform their entries into more user-friendly schemas and create Anki notes from them.
25 lines (17 loc) • 892 B
Markdown
# Contributing
---
## Submitting Pull Requests
1. **Fork** the repo.
2. Create a branch off `main` named `fix/<short-description>` or `feat/<short-description>`.
3. Make your changes against that branch and push everything to the remote forked repo.
4. Submit a PR from that new branch and link any relevant issue(s).
### Your PR should include:
- A clear title, describing your changes in as very little details as possible.
- A description of **what** you changed and **why**.
- Screenshots or examples of the changes. *(if applicable)*
## **Security vulnerabilities**
- See [Security Policy](https://github.com/Ronokof/Henkan/security/policy).
---
## License & Code of Conduct
- By contributing, you agree that your work will be licensed under and must comply with this repository’s [LICENSE.md](LICENSE.md).
- Please also respect the [Code of Conduct](CODE_OF_CONDUCT.md).