Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.88 KB

CONTRIBUTING.md

File metadata and controls

52 lines (30 loc) · 1.88 KB

Contributing

Thank you for looking into contributing to synthetic-network!

Before contributing:

How to contribute:

Before contributing

Build Container Image or Run Chrome using Synthetic Network in VNC

Please follow the instructions in README.md.

Read our code of conduct

We use the Contributor Covenant for our Code of Conduct. Before contributing, please read it.

How to contribute

Open or claim an issue

Open an issue

Today we work off two main issue templates: bug reports and demo/feature requests.

Bug reports

Before creating a new bug report, please check to see if somebody else has already filed the issue before creating a new one.

No other issues already filed? Then please tell us:

  • What you expected to happen
  • What actually happened
  • Steps to reproduce the error
  • Screenshots that illustrate where and what we should be looking for when we reproduce
  • System information, like your device, OS, and browser
  • Any additional context that you think could help us work through this

Claim an issue

All issues labeled good-first-issue are up for grabs. If you'd like to tackle an existing issue, feel free to assign yourself, and please leave a comment letting everyone know that you're on it.

Open a pull request

  • If it's been a minute or if you haven't yet cloned, forked, or branched a repository, GitHub has some docs to help.
  • When creating commit messages and pull request titles, please follow the conventional commits standard.