Skip to content

Commit

Permalink
Merge pull request #7389 from Expensify/jules-addBetaInfoToContributi…
Browse files Browse the repository at this point in the history
…ngMD

[NO-QA] Add beta flag section to the contributing readme
  • Loading branch information
aldo-expensify authored Jan 25, 2022
2 parents 7075d8f + a926ac0 commit 6ecbfae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ You can create as many accounts as needed in order to test your changes directly
##### Generating Multiple Test Accounts
You can generate multiple test accounts by using a `+` postfix, for example if your email is test@test.com, you can create multiple New Expensify accounts connected to the same email address by using test+123@test.com, test+456@test.com, etc.

#### Working on beta features

Some features are locked behind beta flags while development is ongoing. As a contributor you can work on these beta features locally by overriding the [`Permissions.canUseAllBetas` function](https://github.com/Expensify/App/blob/5e268df7f2989ed04bc64c0c86ed77faf134554d/src/libs/Permissions.js#L10-L12) to return `true`.

## Code of Conduct
This project and everyone participating in it is governed by the Expensify [Code of Conduct](https://github.com/Expensify/App/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [contributors@expensify.com](mailto:contributors@expensify.com).

Expand Down

0 comments on commit 6ecbfae

Please sign in to comment.