Skip to content

Commit

Permalink
Merge readme changes to development (odk-x#269)
Browse files Browse the repository at this point in the history
* fix typo and remove trailing spaces in code

* update version (odk-x#263)

Co-authored-by: wbrunette <[email protected]>

* Update README.md (odk-x#267)

* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: Ndacyayisenga-droid <[email protected]>
Co-authored-by: nadin-kum <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2023
1 parent e5088c2 commit 7bce3b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ General instructions for setting up an ODK-X environment can be found at our [De

Install [Android Studio](http://developer.android.com/tools/studio/index.html) and the [SDK](http://developer.android.com/sdk/index.html#Other).

This project depends on ODK-X's [androidlibrary](https://github.com/odk-x/androidlibrary) and [androidcommon](https://github.com/odk-x/androidcommon) projects; their binaries will be downloaded automatically from our maven repository during the build phase. If you wish to modify them yourself, you must clone them into the same parent directory as survey. You directory structure should resemble the following:

This project depends on ODK-X's [androidlibrary](https://github.com/odk-x/androidlibrary) project; its binaries will be downloaded automatically from our maven repository during the build phase. If you wish to modify them yourself, you must clone them into the same parent directory as survey. You directory structure should resemble the following:

|-- odk-x
Expand Down Expand Up @@ -68,7 +69,7 @@ Once you’re up and running, you can choose an issue to start working on from h

Issues tagged as [good first issue](https://github.com/odk-x/tool-suite-X/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) should be a good place to start.

Pull requests are welcome, though please submit them against the development branch. We prefer verbose descriptions of the change you are submitting. If you are fixing a bug please provide steps to reproduce it or a link to a an issue that provides that information. If you are submitting a new feature please provide a description of the need or a link to a forum discussion about it.
Pull requests are welcome, though please submit them against the development branch. We prefer verbose descriptions of the change you are submitting. If you are fixing a bug, please provide steps to reproduce it or a link to an issue that provides that information. If you are submitting a new feature, please provide a description of the need or a link to a forum discussion about it.

## Links for users
This document is aimed at helping developers and technical contributors. For information on how to get started as a user of ODK-X, see our [online documentation](https://docs.odk-x.org), or to learn more about the Open Data Kit project, visit [https://odk-x.org](https://odk-x.org).

0 comments on commit 7bce3b6

Please sign in to comment.