Skip to content

Commit

Permalink
chore(extension): add contribution md
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore committed May 31, 2023
1 parent 9f9be17 commit cf9106f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/browser-extension-wallet/CONTRIBUTING.md
@@ -0,0 +1,8 @@
# Contributing

1. Please open an [issue](https://github.com/input-output-hk/lace/issues) that would clearly define the problem, or bug you are trying to solve (please use the appropriate template for each). Once complete please open PR as a proposed solution to it.
2. Ensure that your source branch is up-to-date with the `main` branch, could be built and tested locally, and update proper configuration files with details of changes to the interface, such as added environment variables, changed API endpoints, etc.
3. Please follow the coding conventions that are mostly enforced by either the root-level TS or lint configs (try to avoid disabling such rules or provide a strong reason behind that).
4. Please keep in mind that it might take some time till your PR gets properly reviewed and be open for further discussions.

Please see [README.md](https://github.com/input-output-hk/lace#readme) for more info.

0 comments on commit cf9106f

Please sign in to comment.