Skip to content

Commit 21f4be6

Browse files
authored
Update README.md
1 parent a9bc1a3 commit 21f4be6

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,9 @@ Documentation
9999
Contribute
100100
----------
101101

102-
There are several ways you can contribute to the project:
103-
104-
- Bugs: did you find a bug? create an issue for it and we'll fix it
105-
ASAP
106-
- Code: you can browse through the open issues and see if there's something
107-
there you would like to work on. Is something missing? feel free to propose it!
108-
- Design: if you have any feedback about Gitless's design we would love to
109-
hear from you. You can create an issue in the project with your
110-
feedback/questions/suggestions or shoot us an email
111-
112-
113-
If you're planning on submitting code here are some useful things to know:
102+
If you find a bug, you can help us by submitting an issue to our
103+
GitHub Repository. If you'd like to contribute
104+
code, here are some useful things to know:
114105

115106
- We follow (to some extent) the [Google Python Style Guide](
116107
https://google.github.io/styleguide/pyguide.html
@@ -120,7 +111,7 @@ Gitless's code so that your edits are consistent with the codebase
120111

121112
- Finally, if you don't want [Travis](
122113
https://travis-ci.org/sdg-mit/gitless "Travis") to
123-
be mad at you, check that tests pass in Python 2.7 and 3.2+. Tests can be run with
114+
be mad at you, check that tests pass in Python 2.7 and 3.2+. Tests can be run with:
124115
```
125116
pip install nose
126117
nosetests # run tests other than end-to-end tests

0 commit comments

Comments
 (0)