-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update project name and bug info
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |