Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.12 KB

CONTRIBUTING.md

File metadata and controls

40 lines (23 loc) · 2.12 KB

Contributing

We welcome all types of contributions.

Found a bug? Please create an issue.

Want to contribute by creating a pull request? Great! Fork this repository to get started.


How to setup

Power Shell samples

You need to have Power Shell (Recommended 7.0+ version).

  1. Create a local clone of your forked repository. You can do this from the command line or using the Github Desktop app.
  2. Go to repository directory. e.g. cd platform-api-samples.
  3. Go to sample directory. e.g. cd Administration.
  4. Run sample. e.g. .\Get-ProjectMembers.ps1.

or if you use VSCode you can run scripts using recommended extension in extensions.json. Just go to power shell script file and just click run button.


Pull Requests

Before creating a pull request, make sure your changes address a specific issue. Do a search to see if there are any existing issues that are still open. If you don't find one, you can create one.

To enable us to quickly review and accept your pull requests, always create one pull request per issue. Never merge multiple requests in one unless they have the same root cause. Be sure to follow best practices and keep code changes as small as possible. Avoid pure formatting changes or random "fixes" that are unrelated to the linked issue.


Contributor License Agreement (CLA)

You will be asked to sign a Contribution License Agreement with Bentley before your contributions will be accepted. This a one-time requirement for Bentley projects in GitHub. You can read more about Contributor License Agreements on Wikipedia.

Note: a CLA is not required if the change is trivial (such as fixing a spelling error or a typo).