diff --git a/.README.md.swp b/.README.md.swp new file mode 100644 index 0000000..087b08b Binary files /dev/null and b/.README.md.swp differ diff --git a/README.md b/README.md index 788ccda..04e4681 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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'