mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
12 lines
500 B
Markdown
12 lines
500 B
Markdown
# How to Contribute
|
|
|
|
Contributions are welcome! Thank you!
|
|
|
|
## General Guidelines
|
|
|
|
Some quick notes when making a pull request.
|
|
|
|
- Match the style and formatting of the code you are editing.
|
|
- Each pull request should be focused on a single thing (a single bug fix, a single feature, etc.). This makes reviewing easier and minimizes merge conflicts.
|
|
- Include a description of the problem being solved and what your code does. Steps to reproduce the problem or example input/output are very helpful.
|