Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
update project name and bug info
  • Loading branch information
hmenager authored Jul 4, 2024
1 parent d38b999 commit 6d61033
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# EDAM validation contribution guidelines
# Caseologue contribution guidelines

### Pull requests

The recommended way for contributors to submit code to EDAM validation is to fork the repository on GitHub and then submit a pull request (PR) after committing the changes. The maintainers will then review the request before it is merged into the main branch.
The recommended way for contributors to submit code to **caseologue** is to fork the repository on GitHub and then submit a pull request (PR) after committing the changes. The maintainers will then review the request before it is merged into the main branch.

Please make one PR per issue, solving multiple issues in the same PR make it harder to assess independently each solution and delay the moment changes can be merge.

No bulk reformatting, only reformat code that is already changed by the code you wrote when solving the issue you are addressing.

The contributed code will be [**licensed under EDAM validation's license**](https://github.com/edamontology/edam-validation/blob/main/LICENSE).
The contributed code will be [**licensed under caseologue's license**](https://github.com/edamontology/caseologue/blob/main/LICENSE).
If you did not write the code yourself, please ensure that the license is compatible, or obtain a permission from the original author to relicense the contributed code.
Please include license information in the contributed files.


### Bug reports and feature requests

If you have encountered a problem with the EDAM validation tool or would like to discuss a new feature or idea, please submit it to the [issue tracker](https://github.com/edamontology/edam-validation/issues) on GitHub.
If you have encountered a problem with the EDAM validation tool or would like to discuss a new feature or idea, please submit it to the [issue tracker](https://github.com/edamontology/caseologue/issues) on GitHub.

For bug reports, please provide the steps that led you to this bug, a screenshot of the glitch when relevant, the custom
JSON ontology file used when relevant, and in general all the information which would help us reproduce the bug.
For bug reports, please provide the steps that led you to this bug, including the version of the code your are using, the EDAM file that generates the problem, and in general all the information which would help us reproduce the bug.

0 comments on commit 6d61033

Please sign in to comment.