Skip to content

Commit 09c5e6d

Browse files
Create contributing.md
1 parent be3616b commit 09c5e6d

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

contributing.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing to This Project
2+
>- Thank you for considering a contribution! This project is in an early, active development phase. We welcome your help to improve it.
3+
4+
## Project Status
5+
6+
Please note:
7+
* The project has **known bugs** (see the Issues section).
8+
* It is **not fully tested**.
9+
* Some features are **not clearly defined** or may change.
10+
11+
- Your contributions in reporting issues, testing, and helping to define features are especially valuable.
12+
13+
>## How to Contribute
14+
### Reporting Bugs
15+
Found a bug? Please open a new issue. Include:
16+
* A clear description of the problem.
17+
* Steps to reproduce it.
18+
* Your environment (OS, software versions).
19+
* The expected vs. actual behavior.
20+
21+
> ### Suggesting Features
22+
- Have an idea? Open an issue labeled `enhancement`. Describe the problem it solves and your proposed solution. We're still defining the roadmap, so your input is crucial.
23+
24+
>### Submitting Changes
25+
1. Fork the repository.
26+
2. Create a new branch for your fix or feature.
27+
3. Make your changes and commit them.
28+
4. Push your branch and open a Pull Request (PR).
29+
5. Clearly describe your changes and link to any related issues.
30+
31+
---
32+
33+
## *I appreciate any help, from fixing typos to tackling larger bugs !!*

0 commit comments

Comments
 (0)