Skip to content

Commit 53589fa

Browse files
authored
Merge branch 'main' into main
2 parents f4416ad + a37ce31 commit 53589fa

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77

88
# Actions
99
/.github @SFDO-Community/sfdo-release-engineers
10-
/scripts @SFDO-Community/sfdo-release-engineers
10+
/scripts @SFDO-Community/sfdo-release-engineers
11+
12+
13+
#ECCN:Open Source
14+
#GUSINFO:Open Source,Open Source Workflow

docs/About Us & Contribution/dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ It's easy:
2424
2. run `npm ci` - this will ensure our code formatting rules apply (via Prettier), and installs packages from the package-lock.json file
2525
3. create a _new branch_ from `main`, all branches must start with `feature/`, e.g. `feature/newSetupUX`(use a descriptive name)
2626
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 org create scratch --definition-file orgs/feature.json --no-namespace -a myTestOrgAlias`
2929
5. Work on it
3030

3131
When done:
3232

3333
- Open up a PR and fill out the template. Once done, one of two things will happen
3434
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

Comments
 (0)