Minor doc updates
This commit is contained in:
parent
7255e4641a
commit
ff8fa99a0d
|
@ -1,17 +1,9 @@
|
||||||
# Contributing to UDB-en
|
# Contributing to the English Unlocked Dynamic Bible
|
||||||
|
|
||||||
Thank you for your help!
|
Thank you for your help!
|
||||||
|
|
||||||
## Have some code?
|
If you have a suggestion to be made, you have one of two options:
|
||||||
If you would like to contribute to this project please read [How to Contribute](https://github.com/unfoldingWord-dev/ts-requirements/wiki/How-to-Contribute) first. That article covers general information for contributing to this and related [unfoldingWord](https://unfoldingword.org/) projects.
|
|
||||||
|
|
||||||
When you are ready to submit your code please check the following first:
|
1. Fork this repository, make the change and create a pull request. We'll review it and merge it in.
|
||||||
- [ ] All unit tests pass
|
1. [Submit an issue](https://git.door43.org/Door43/en_udb/issues/new). Please be detailed in your report.
|
||||||
- [ ] You have pulled in the latest changes from the upstream `develop` branch (See [syncing a fork](https://help.github.com/articles/syncing-a-fork/) for details).
|
|
||||||
- [ ] The branch you are submitting follows the nomenclature described in the [Git branching model](http://nvie.com/posts/a-successful-git-branching-model/).
|
|
||||||
|
|
||||||
## Find a bug?
|
|
||||||
First: **Are you using the [latest version](https://github.com/unfoldingWord-dev/ts-desktop/releases/latest) of the app?**
|
|
||||||
|
|
||||||
Not everyone needs to be a programmer to help. If you have found a bug in the program [submit an issue](https://github.com/unfoldingWord-dev/ts-desktop/issues/new)! Please remember we are programmers not mind readers. We do not know what you see or experience unless you say it in detail (screenshots are welcome too!).
|
|
||||||
|
|
||||||
When submitting an issue please check that no one else has already opened a similar issue. Duplicate issues will only consume more time and delay getting the bug fixed. If you can add more clarity to an existing issue add a comment on it rather than opening a new issue.
|
|
||||||
|
|
11
README.md
11
README.md
|
@ -6,9 +6,14 @@ This work is based on *A Translation For Translators* by Ellis W. Deibler, Jr.,
|
||||||
This repository contains the USFM source files for the Unlocked Dynamic Bible.
|
This repository contains the USFM source files for the Unlocked Dynamic Bible.
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
If you are a contributor to this project please add your name to the [Contributors](https://github.com/Door43/ulb-en/blob/master/CONTRIBUTORS.md) document.
|
|
||||||
|
If you are a contributor to this project please add your name to the `contributor`
|
||||||
|
field in the [manifest.yaml](https://git.door43.org/Door43/en_udb/src/to_usfm/manifest.yaml)
|
||||||
|
file.
|
||||||
|
|
||||||
## Viewing
|
## Viewing
|
||||||
To view the rendered USFM files, go to https://door43.org/en/udb/ep/home
|
|
||||||
|
|
||||||
To view the content in chunks in the translationNotes, go to https://door43.org/en/bible/notes/home
|
To view the rendered USFM files, go to https://live.door43.org/u/Door43/en_udb/
|
||||||
|
|
||||||
|
To view the translationNotes, go to https://git.door43.org/Door43/en_tn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue