Skip to content

Commit a5f7e85

Browse files
authored
Update README
Moved the links to our issues be in-line with the explanation, and added a link to our code of conduct.
1 parent 7261dc4 commit a5f7e85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ The Calendar might nag you for a Google Calendar API key. You can either ask som
2121
2. Insert your API key in place of the `key goes here` text
2222

2323
## Todo
24-
* [Bugs!](https://github.com/StoDevX/AAO-React-Native/issues?q=is%3Aopen+is%3Aissue+label%3Abug) All bugs should have the `bug` label in the issues.
24+
* Bugs! All bugs should have the [`bug`](https://github.com/StoDevX/AAO-React-Native/issues?q=is%3Aopen+is%3Aissue+label%3Abug) label in the issues.
2525
* [3D touch actions](https://github.com/jordanbyron/react-native-quick-actions) for icon and within
2626
* [Touch-ID](https://github.com/naoufal/react-native-touch-id) for SIS
2727

2828
## Contributing
2929
Would you like to contribute? Great! Have a look at [React Native](http://facebook.github.io/react-native/docs/getting-started.html) and make a pull request! PRs are required, so fork away and make one! If you feel like you should have write access to the repo, please make an issue and we can discuss it.
3030

31-
If you are looking to get a start with the project, issues tagged `good first change` are a great place to start. [These issues](https://github.com/StoDevX/AAO-React-Native/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+change%22) are ones that the team has identified as simple, small changes that won't get too deep, and will be easy to approve for merging.
31+
If you are looking to get a start with the project, issues tagged [`good first change`](https://github.com/StoDevX/AAO-React-Native/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+change%22) are a great place to start. These issues are ones that the team has identified as simple, small changes that won't get too deep, and will be easy to approve for merging.
3232

3333
We use two continuous-integration (CI) systems to make sure that the project still works as we change things. Any submissions you make will be validated by [Travis](https://travis-ci.org/StoDevX/AAO-React-Native/builds) and [AppVeyor](https://ci.appveyor.com/project/hawkrives/aao-react-native/history), the CIs.
3434

35+
As always, please keep the [Code of Conduct](https://github.com/StoDevX/AAO-React-Native/blob/master/CodeOfConduct.md) in mind.
36+
3537
Before you commit and push, make sure to lint your changes and fix any errors or warnings that `npm run lint` shows. We try to keep the `master` branch clean of all messages from eslint.

0 commit comments

Comments
 (0)