You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/About Us & Contribution/dev.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ It's easy:
24
24
2. run `npm ci` - this will ensure our code formatting rules apply (via Prettier), and installs packages from the package-lock.json file
25
25
3. create a _new branch_ from `main`, all branches must start with `feature/`, e.g. `feature/newSetupUX`(use a descriptive name)
26
26
4. Deploy code to a Scratch Org via CCI or DX
27
-
A. If using SFDX: append the scratch org creation command with "--nonamespace"
28
-
Ex: `sfdx force:org:create -f orgs/feature.json --nonamespace -a myTestOrgAlias`
27
+
A. If using SFDX: append the scratch org creation command with "--no-namespace"
28
+
Ex: `sf orgcreate scratch --definition-file orgs/feature.json --no-namespace -a myTestOrgAlias`
29
29
5. Work on it
30
30
31
31
When done:
32
32
33
33
- Open up a PR and fill out the template. Once done, one of two things will happen
34
34
1. If you are a DLRS team member, successful builds and reviews are required for merge
35
-
2. If you are not a member (yet) then a team member will pick up your PR, close it and open a new PR with your changes. That way your contribution will be preserved. From there it is back to 1)
35
+
2. If you are not a member (yet) then a team member will pick up your PR, close it and open a new PR with your changes. That way your contribution will be preserved. From there it is back to 1
0 commit comments