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: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,3 +172,15 @@ import { getLogger } from '@salesforce/b2c-tooling-sdk/logging';
172
172
```
173
173
174
174
The `development` condition in exports enables direct TypeScript source resolution when using `--conditions=development`, which is how `bin/dev.js` works for local development.
175
+
176
+
## Contributing
177
+
178
+
We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md) for details on how to get started, submit pull requests, and our code of conduct.
179
+
180
+
## Security
181
+
182
+
For security concerns, please review our [Security Policy](./SECURITY.md). Report any security issues to [security@salesforce.com](mailto:security@salesforce.com).
183
+
184
+
## License
185
+
186
+
This project is licensed under the MIT License. See [LICENSE.txt](./LICENSE.txt) for full details.
0 commit comments