Download
BIAN Semantic APIs from: https://github.com/bian-official/public/tree/main/release9.1/semantic-apis/swaggers
Each Swagger represents a BIAN Service Domain.
Contribute
- Sign in to GitHub with your username
- Click the 'Fork' button in the upper right corner. This creates a working copy of the repository that you can download and change.
- Install the necessary Git client tools, for example, Download the Git client for your operating system here https://git-scm.com/downloads and run it.
- Clone the forked repository you created to your local computer by using the git clone command. It will look something like this: git clone https://github.com/username/bian-official myrepository where username is your GitHub username and myrepository is a name you pick for the repository on your computer.
- Create a branch to add any new features: git checkout -b mybranch where mybranch is your new branch.
- Add any new features to mybranch
- The next step would be to stage, commit, and push the changed files back to your 'forked' repository on GitHub. You would be able to use git add, commit, and push commands. Additional detailed information can be found here: https://git-scm.com/docs
- Go to your forked repository on GitHub and submit a Pull Request by clicking the 'Pull Request' button
- BIAN will review the changes proposed in your Pull Request, in the BIAN Working Groups with it's members. BIAN might then come back to you with questions / clarifications / suggestions for ammendments. If these changes are approved in the BIAN Working Groups, they will be used to enhance the BIAN standards, and released as part of scheduled future releases.
- You are of course welcome to maintain your own fork, as your own flavour of implementation of the BIAN standard.