We welcome any kind of contribution to the IMAS Data Dictionary, from a simple comment or a question, to a request for a change in the schemas, or even a fully fledged pull request on the code. Please read and follow the Code of Conduct.
- use the discussion search to check if someone already asked a similar question;
- if not, create a new discussion in the Q&A section.
- use the issue search to check if someone already created a similar issue;
- if not, make a new issue to describe the problem and all the relevant information to allow reproducing the error or identifying its root cause (version of the Data Dictionary, OS and relevant dependencies, permalink to the wrongly defined quantify);
- apply relevant labels to the issue.
- use the issue search to check if someone already proposed a similar idea/change;
- if not, create a new issue to describe what you intend to work on;
- wait until some kind of consensus is reached about your idea being relevant;
- fork the repository to your own Github profile and create your own feature
branch off of the latest develop commit. Make sure to regularly sync your branch
with the latest commits from
develop
(find instructions here; - when your development is ready, create a pull request (find instructions here).
- use the discussion search and the issue search to check if someone already proposed a similar idea/change;
- if not, create a new discussion thread, describing your idea as well as the context in which the new feature will be used;
- once the proposed change has sufficiently matured and is selected for implementation, a corresponding issue will be created;
- the change will be implemented via a fork-based workflow (see step 4 and 5 from the previous section).
While we will try to answer questions quickly and to address issues in a timely manner, it can sometimes take longer than expected. A friendly ping in the discussion or the issue thread can help draw attention to it if you find that it is stalled.