Skip to content

Commit f097020

Browse files
authored
Add CONTRIBUTING file (#38)
* new CONTRIBUTING * updated CONTRIBUTING
1 parent 89b3d47 commit f097020

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CONTRIBUTING

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# CONTRIBUTING.md
2+
3+
# Contributing to ec-sri-invoice-signed
4+
5+
Thank you for considering contributing to this project! Contributions from the community are welcome. Please follow the guidelines if you want to contribute.
6+
7+
## Reporting Issues
8+
9+
If you encounter any issues or bugs, please report them by creating a new issue in the GitHub repository. Provide as much detail as possible, including:
10+
11+
- A clear description of the issue
12+
- Steps to reproduce the issue
13+
- Any relevant screenshots or error messages
14+
15+
## Requesting / Proposing New Features
16+
17+
Please don't create a pull request right away. Create an issue describing the intended feature in order to check feasibility, convenience and create a plan for it. We'll derive our next actions from the issue conversation.
18+
19+
## Submitting Pull Requests
20+
21+
To submit a pull request, please follow these steps:
22+
23+
1. Fork the repository.
24+
2. Create a new branch for your feature or bug fix.
25+
3. Make your changes and commit them with clear, descriptive commit messages.
26+
4. Push your changes to your forked repository.
27+
5. Open a pull request against the main repository, providing a description of your changes.
28+
29+
## Coding Standards
30+
31+
Please adhere to the following coding standards when contributing:
32+
33+
- Follow the project's coding style and conventions.
34+
- Write clear and concise code.
35+
- Include comments where necessary to explain complex logic.
36+
- Ensure that your code passes all existing tests and add new tests if applicable.
37+
38+
## Thank You!
39+
40+
We appreciate your contributions and support in making this project better!

0 commit comments

Comments
 (0)