There are many ways in which you can contribute to the iLEAP Technical Specifications.
NOTE The following instructions assume that you are logged into a GitHub account.
If you have feedback you would like to raise, we encourage you to open an issue.
If your feedback is more general in nature, please refer to this page, where you can find all details on how to contribute and reach out to the iLEAP team.
In case you have identified a typo, an error (such as a broken link), etc., in the Technical Specifications, please open an issue with the bug report template.
In case you would like to propose the addition of new properties, the improvement of existing properties (either their definition or their name), or the addition or improvement of API actions, please open an issue with the feature addition or improvement request template
If you have a concrete proposal on how to change the Technical Specifications to accommodate your feedback and you are sufficiently familiar with bikeshed
, we encourage you to open a Pull Request (PR) with yout proposed changes.
Below, you will find instructions on how to do it through the GitHub editor.
- On Github, navigate to
index.bs
- Click on the
Edit this file
button on the top right - Introduce your changes
- When ready, click
Commit changes...
on the top right - Write a
Commit message
that concisely describe the changes - Select
Create a new branch for this commit and start a pull request
- Change the branch name to
<your-name|your-org-name>/<keywords>
, e.g.,john/typo
- Click
Propose changes
on the bottom right; this will lead you to a page where you can open a Pull Request - Click
Create pull request
on the bottom right