Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Updated files, guidelines #118

Merged
merged 2 commits into from
Feb 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ With Milan we aim at bringing all the various NGOs and donors under one single r

**A beginner to Open Source, Web Development ?**
<br/>
This might be the debut repo for you , contribute to this repo , solve the issues, raise one and learn more about web as well as get started with Open Source and contributing to projects. Remember , we belive in **Quality**.
This might be the debut repo for you , you can contribute to this repo , solve the issues, raise one and learn more about web as well as get started with Open Source and contributing to projects. Remember , we belive in **Quality**.

---

## Hello Contributors 👋🏻

- **Take a look at the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/rules/Contributing.md) for proper contributions**
- **Take a look at the [Contributing Guidelines](CONTRIBUTING.md) for proper contributions**
- **Take a look at the [Setup Guidelines](rules/Setup.md) to setup the react app locally**

---
Expand Down
3 changes: 2 additions & 1 deletion rules/Setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React app setup guidelines 🚀

**Hello contributor , i want you to stick to the below listed setup guidelines to successfully setup the react app in your local system. Happy contributing.**
**Hello contributor , i want you to stick to the below listed Setup guidelines to successfully setup the react app in your local system and get started with developing!!**

<br/>

Expand All @@ -20,6 +20,7 @@
- `git pull` to pull the latest version of the code
- `git add .` to stage for commits
- `git commit -am "message"` for commiting the code.
- **REMEMBER** --> YOU NEED TO PULL REQ ON `tamal` BRANCH !!
- Once done create a Pull Request and wait for the mentor to review.
- Don't forget to attach **`Screenshots, Proper Description and Issue Number` in the Pull request**

Expand Down