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

Edited README.md #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Binary file added .README.md.swp
Binary file not shown.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing to Repositories in Source-aasf
So you're interested in contributing to Source-aasf? Excellent! We appreciate your invaluable input! We want to make contributing to our projects as easy and transparent as possible, whether it's:

- Reporting a bug
- Reporting a Bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
- Submitting a Fix
- Proposing new Features
- Becoming a Maintainer

## We Develop with Github
We use github to host code, to track issues and feature requests, as well as accept pull requests.
Expand Down Expand Up @@ -43,6 +43,7 @@ These, conceptually, are the steps you will follow in contributing to repositori
- Make a pull request from GitHub.
- Revise and push as necessary in response to comments on the pull request. Pushing those changes to GitHub automatically updates the pull request.


## Detailed Workflow
* ## Fork a repository and clone it locally.
Suppose you are interested in contributing to `my-project` repository on source-aasf. When you fork it, you will have the repository as 'your-github-username/myproject'
Expand Down