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
-**Prettier** formatting (100 character line width)
117
+
-**Comprehensive test coverage** for new functionality
118
+
-**JSDoc comments** for public APIs
119
+
120
+
## Pull Request Process
121
+
122
+
1.**Ensure your branch is up to date** with upstream master
123
+
2.**Run all tests** and ensure they pass
124
+
3.**Create PR** against the `master` branch
125
+
4.**Fill out the PR template** completely:
126
+
- Clear description of changes
127
+
- Link to related issues
128
+
- Testing approach
129
+
- Complete the checklist
130
+
5.**Address code review feedback**
131
+
6.**Ensure CI checks pass**
132
+
133
+
### PR Requirements
134
+
135
+
- ✅ All CI checks pass
136
+
- ✅ Code review approved
137
+
- ✅ Tests added/updated for new functionality
138
+
- ✅ Documentation updated (if applicable)
139
+
- ✅ No merge conflicts
140
+
- ✅ Signed commits
141
+
1
142
## Commits
2
143
3
144
All commits should be signed to enhance security, authorship, trust and compliance.
@@ -22,13 +163,13 @@ npm version patch --no-git-tag-version
22
163
npm version prerelease --preid beta --no-git-tag-version
23
164
```
24
165
25
-
## Publishing
166
+
## Getting Help
26
167
27
-
Publishing to NPM has 2 different processes. Production process is automated by creating a git tag on master.
168
+
-**Documentation**: Check the [docs/](./docs/) directory for detailed guides
169
+
-**Issues**: Search [existing issues](https://github.com/auth0/auth0-deploy-cli/issues) before creating new ones
170
+
-**Community**: Visit the [Auth0 Community](https://community.auth0.com/) for general questions
171
+
-**Security**: Report security vulnerabilities through [Auth0's responsible disclosure program](https://auth0.com/responsible-disclosure-policy)
28
172
29
-
Publishing the beta should be done manually:
173
+
## Code of Conduct
30
174
31
-
```sh
32
-
npm run build
33
-
npm publish --tag beta
34
-
```
175
+
This project follows [Auth0's Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). By participating, you agree to uphold this code.
0 commit comments