Skip to content

Commit d23ad8f

Browse files
committed
Add [feature/bug fix]: Brief description of changes
1 parent 20eac84 commit d23ad8f

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

File renamed without changes.

README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,59 @@ Example task record:
6262
```
6363

6464
## Contributing
65+
Thank you for considering contributing to **CLI Task Tracker**! Your contributions help improve and expand the project, making it more useful for everyone.
66+
67+
### How to Contribute
68+
69+
1. **Fork the Repository:**
70+
Click the **Fork** button at the top right of the repository page to create your own copy.
71+
72+
2. **Clone Your Fork:**
73+
``` bash
74+
git clone https://github.com/yourusername/cli-task-tracker.git
75+
cd cli-task-tracker
76+
```
77+
78+
3. **Create a New Branch:**
79+
``` bash
80+
git checkout -b feature/your-feature-name
81+
```
82+
83+
When making your changes:
84+
- Ensure your code follows the project’s style.
85+
- Write clear, concise commit messages.
86+
- Update documentation **if** needed.
87+
88+
4. **Commit Your Changes**:
89+
90+
``` bash
91+
git commit -am "Add [feature/bug fix]: Brief description of changes"
92+
```
93+
Push Your Branch:
94+
95+
bash
96+
git push origin feature/your-feature-name
97+
Open a Pull Request (PR):
98+
99+
Navigate to the original repository on GitHub.
100+
101+
Open a new PR and describe your changes in detail.
102+
103+
Link to any related issues and explain why your contribution is valuable.
104+
105+
Code Style and Standards
106+
107+
65108
## License
109+
This project is licensed under the **MIT License** – a permissive open-source license that allows users to freely use,
110+
modify, and distribute the software with minimal restrictions.
111+
112+
### Key Terms:
113+
- You can use, modify, and distribute this software for **any** purpose.
114+
- Attribution is **required** – you must include the original copyright notice.
115+
- The software is provided **as-is**, without warranty of any kind.
116+
117+
For the full license text, see the [LICENSE](LICENSE) file in this repository.
118+
66119
## Contact
67120
For any questions, issues, or feedback, don't hesitate to open an issue on GitHub or email me at hmdoonwork71@gmail.com.

0 commit comments

Comments
 (0)