-
Notifications
You must be signed in to change notification settings - Fork 24
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
Added contributing.md #63
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@unnati914 Welcome to the community!
May I please the reason for deleting Readme, FAQ, and ways to contribute docs from here? Because it isn't in the scope of the issue and those files should mostly not be removed too.
Also, some previous commits are being shown in this PR which are not intended to solve the issue.
I suggest checkout out to a new separate branch (other than develop) and commit the changes or rebase your current one.
yes sorry for doing this.. it got deleted by mistake :( sorry for this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some requests here 👇
Will review more soon 😄
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) | ||
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) | ||
|
||
- Take a look at the Existing [Issues] (https://github.com/anitab-org/documentation/issues) or create your own Issues! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be no space here
- Take a look at the Existing [Issues] (https://github.com/anitab-org/documentation/issues) or create your own Issues! | |
- Take a look at the Existing [Issues](https://github.com/anitab-org/documentation/issues) or create your own Issues! |
@@ -8,14 +8,14 @@ If you are here, it probably means you are either looking for a place to start c | |||
|
|||
## Contributing | |||
|
|||
We are glad to know that you would like to contribute to our open source projects. If you are new to our community, we strongly recommend getting through the following list. | |||
We are glad to know that you would like to contribute to our open source projects. If you are new to our community, we strongly recommend getting through the following:- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are glad to know that you would like to contribute to our open source projects. If you are new to our community, we strongly recommend getting through the following:- | |
We are glad to know that you would like to contribute to our open source projects. If you are new to our community, we strongly recommend getting through the following: |
@@ -0,0 +1,165 @@ | |||
# 🤝***First time contributing? We will help you out.*** 👍 | |||
Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck: | |
Refer to the following articles on the basics of Git and Github. You can also contact the Project Mentors, in case you are stuck: |
- [Getting started with Git and GitHub](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github) | ||
- [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) | ||
- [Cloning a Repo](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request) | ||
- [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also add some articles from anitab medium account 🤔
**6.** Make changes in source code. | ||
**7.** Stage your changes and commit | ||
|
||
```bash | ||
git add . | ||
``` | ||
```bash | ||
git commit -m "<your_commit_message>" | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be written this way
6. Make changes in source code.
git add .
7. Stage your changes and commit
git commit -m "<your_commit_message>"
|
||
**8.** Push your local commits to the remote repo. | ||
|
||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you need to add bash here
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why so many blank lines are here?
@unnati914 any update on this PR? |
yes i will be doing this very soon! |
Description
Fixes #2
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
Checklist:
Code/Quality Assurance Only