Skip to content

Commit 925e146

Browse files
authored
Create README.md
1 parent 13b120a commit 925e146

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

April/README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Contribution Guidelines for April
2+
3+
Thank you for your interest in contributing to our problem-solving repository! Please follow these guidelines when adding your solutions:
4+
5+
### Folder Structure
6+
7+
- 📂 Create a folder with your `username`.
8+
- 📂 Within your `username` folder, create language folders for each language you want to contribute to.
9+
- 📂 If contributing to multiple languages, create separate folders for each.
10+
11+
### Adding Solutions
12+
13+
- 🆕 Create a new folder with the problem title within the specific language folder.
14+
- 📄 Add 3 files within that folder:
15+
- 📝 File 1: `README.md` - Provide an explanation of your code, including examples with their iterations.
16+
- 📝 File 2: Add your code in this file with `.` extension.
17+
- 📝 File 3: Add a screenshot of the accepted answer.
18+
- 💾 Save your changes and `commit` them. 🚀
19+
20+
### README.md
21+
22+
- Inside your `📂Username` folder, create a `README.md`.
23+
- Modify the `TEMPLATE.md` according to your language preference. If your language is not listed, create a new column and add your language.
24+
25+
### Update README
26+
27+
- Update the main `README` which is inside your `username` folder with solution links.
28+
- Ensure all solution links are properly formatted and organized.
29+
30+
### Pull Request
31+
32+
- 📤 Open a pull request.
33+
- ⏳ Wait for the review. 🕵️‍♂️
34+
35+
Thank you for your contributions! If you have any questions or need assistance, feel free to reach out to the repository maintainers.

0 commit comments

Comments
 (0)