Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cmungall/tbd-disease-ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Oct 1, 2019
2 parents 7d2cb96 + bc70699 commit f1541be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@

4. **For updates to relationships:** Provide details of the current axioms, why you think they are wrong or not sufficient, and what exactly should be added or removed.

On behalf of the tbn editorial team, Thanks!
## Editors Guide

For more details, please see the [Mondo Editors Guide](https://mondo.readthedocs.io/en/latest/)

## Mondo website

The [Mondo website](https://monarch-initiative.github.io/mondo/) contains additional information about Mondo users and contributors (and provides links to the [Editors Guide](https://mondo.readthedocs.io/en/latest/)).

On behalf of the Mondo editorial team, Thanks!
2 changes: 1 addition & 1 deletion docs/editors-guide/d-github-pr-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _Updated 2019-08-19 by Nicole Vasilevsky_

## Creating a New Working Branch with ‘git checkout’
1. When starting to work on a ticket, you should create a new branch of the repository to edit the ontology file.
2. Make sure you are on the master branch before creating a new branch. If the terminal window is not configured to display the branch name, type: `git status` to check which is the active branch. If necessary, go to master by typing `git checkout master`.
2. Make sure you are on the master branch before creating a new branch. **Please do not create a new branch off of an existing branch (unless the situation explicitly calls for it).** If the terminal window is not configured to display the branch name, type: `git status` to check which is the active branch. If necessary, go to master by typing `git checkout master`.
3. To create a new branch, type: `git checkout -b issue-NNNNN` in the terminal window. For naming branches, we recommend using the string ‘issue-‘ followed by the issue number. For instance, for this issue in the tracker: [https://github.com/monarch-initiative/mondo/issues/673](https://github.com/monarch-initiative/mondo/issues/673), you would create this branch: `git checkout -b issue-673`. Typing this command will automatically put you in the new branch. You will see this message in your terminal window:
`BICB119:ontology vasilevs$ git checkout -b issue-5
Switched to a new branch 'issue-5'
Expand Down

0 comments on commit f1541be

Please sign in to comment.