Skip to content

Commit ca36d4a

Browse files
Create CONTRIBUTING.md
1 parent 7bc2b8d commit ca36d4a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Diff for: CONTRIBUTING.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Contributing Guidelines
2+
3+
Thank you for your interest in contributing to the **Stack Programming Language** project! We appreciate your efforts and welcome new ideas and suggestions for improvement.
4+
5+
## How to Contribute
6+
7+
1. Fork the project.
8+
9+
2. Create a branch for new features or fixes.
10+
11+
3. Make your changes and commit them.
12+
13+
4. Create a pull request (PR). Please include details of the changes and reference any related issue numbers.
14+
15+
5. Address feedback from reviewers if applicable.
16+
17+
6. Once your PR is reviewed and approved, your code will be merged.
18+
19+
## Pull Request Guidelines
20+
21+
- Pull requests for new features or bug fixes are encouraged to have a related Issue.
22+
23+
- Add tests for your changes, and make sure existing tests pass.
24+
25+
- Maintain a consistent code style and include clear comments.
26+
27+
## Code of Conduct
28+
29+
We adhere to the [Code of Conduct](CODE_OF_CONDUCT.md). All contributors are expected to follow this code.
30+
31+
## Support
32+
33+
For questions or proposals, please use the [Issues](https://github.com/example/stack-lang/issues) section for discussion. You can also join our Slack channel for additional support.
34+
35+
We appreciate your contributions to the **Stack Programming Language** community!

0 commit comments

Comments
 (0)