Skip to content

Commit 934e720

Browse files
update readme
1 parent 8e3d736 commit 934e720

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

README.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,16 @@ The Calendar might nag you for a Google Calendar API key. You can either ask som
1919
1. Create a copy of the `.env.sample.js` file and rename it to `.env.js`
2020
2. Insert your API key in place of the `key goes here` text
2121

22-
## Completed
23-
* Cage Menu
24-
* Calendar
25-
* Campus Dictionary
26-
* Directory
27-
* Home Page
28-
* Important Contacts
29-
* News
30-
* Oleville
31-
* SIS
32-
* Settings
33-
* Stav Menu
34-
* Transportation
35-
36-
## Work-In-Progress
37-
* Building Hours
38-
* Campus Map
39-
* Push Notifications
40-
* Streaming Media
41-
42-
## Todo (modules)
43-
See the [issues](https://github.com/StoDevX/AAO-React-Native/issues) for the current todo module items, or improvements that could be made to the existing modules.
44-
45-
## Todo (other)
22+
## Todo
23+
* Bugs! All bugs should have the `bug` label in the issues.
4624
* [3D touch actions](https://github.com/jordanbyron/react-native-quick-actions) for icon and within
4725
* [Touch-ID](https://github.com/naoufal/react-native-touch-id) for SIS
4826

4927
## Contributing
5028
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.
5129

30+
If you are looking to get a start with the project, issues tagged `good first change` 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.
31+
5232
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.
5333

5434
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)