Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPerdriau authored Feb 3, 2018
1 parent 6f0beff commit 960f050
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ About GenderMag Recorders Assistant:
## About GenderMag Recorders Assistant:
Software has been facing usability problems since programs first started to be made. GenderMag Recorders Assistant looks to address problems with User Focus, Information Content, Structure, Layout, and much more.

Many of the problems found with the GenderMag Recorders Assistant show a bias towards usage patterns common in men or women. This means that software is often biased towards a subset of the population instead of being inclusive to the population as a whole. Anyone can learn to use the GenderMag Recorders Assistant, from software engineers to management to usability experts.
Many of the problems found with the GenderMag Recorders Assistant show a bias towards usage patterns common in men or women.

This means that software is often biased towards a subset of the population instead of being inclusive to the population as a whole. Anyone can learn to use the GenderMag Recorders Assistant, from software engineers to management to usability experts.

Diverse ideas and opinions enhance the process for all involved and as such we welcome anyone from any background to contribute to our process of trying to make the world of software more gender inclusive.

Expand All @@ -27,15 +29,25 @@ People with little to no experience can use GM Recorders Assistant and find an a
Everyone is welcome to contribute to GM Recorders Assistant. If contributors have any questions on what to do or how to do something feel free to shoot us an email and we will get back to you as soon as possible. We encourage new open source contributors to start here.

- Create a personal fork of the project on Github.

- Clone the fork on your local machine. Your remote repo on Github is called origin.

- Add the original repository as a remote called upstream.

- Create a new branch to work on! Branch from develop if it exists, else from master.

- Implement/fix your feature, comment your code.

- Follow the code style of the project, including indentation.

- Add or change the documentation as needed.

- Squash your commits into a single commit with git's interactive rebase. Create a new branch if necessary.

- Push your branch to your fork on Github, the remote origin.

- From your fork open a pull request in the correct branch. Target the project's develop branch if there is one, else go for master!

- Once the pull request is approved and merged you can pull the changes from upstream to your local repo and delete your extra branch(es).


Expand Down

0 comments on commit 960f050

Please sign in to comment.