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: CONTRIBUTING.md
+1-76
Original file line number
Diff line number
Diff line change
@@ -299,85 +299,10 @@ For exceptional circumstances, here is a quick guide to manually publishing from
299
299
$ pnpm run publish --otp=<insert otp code>
300
300
```
301
301
302
-
Note that publishing multiple pacakges via `changeset` to npm with an OTP code can often fail with `429 Too Many Requests` rate limiting error. Take a 5+ minute coffee break, then come back and try again.
302
+
Note that publishing multiple packages via `changeset` to npm with an OTP code can often fail with `429 Too Many Requests` rate limiting error. Take a 5+ minute coffee break, then come back and try again.
303
303
304
304
Then issue the following to also push git tags:
305
305
306
306
```sh
307
307
$ git push && git push --tags
308
308
```
309
-
310
-
## Contributor Covenant Code of Conduct
311
-
312
-
### Our Pledge
313
-
314
-
In the interest of fostering an open and welcoming environment, we as
315
-
contributors and maintainers pledge to making participation in our project and
316
-
our community a harassment-free experience for everyone, regardless of age, body
317
-
size, disability, ethnicity, gender identity and expression, level of
318
-
experience, nationality, personal appearance, race, religion, or sexual identity
319
-
and orientation.
320
-
321
-
### Our Standards
322
-
323
-
Examples of behavior that contributes to creating a positive environment
324
-
include:
325
-
326
-
- Using welcoming and inclusive language
327
-
- Being respectful of differing viewpoints and experiences
328
-
- Gracefully accepting constructive criticism
329
-
- Focusing on what is best for the community
330
-
- Showing empathy towards other community members
331
-
332
-
Examples of unacceptable behavior by participants include:
333
-
334
-
- The use of sexualized language or imagery and unwelcome sexual attention or
335
-
advances
336
-
- Trolling, insulting/derogatory comments, and personal or political attacks
337
-
- Public or private harassment
338
-
- Publishing others' private information, such as a physical or electronic
339
-
address, without explicit permission
340
-
- Other conduct which could reasonably be considered inappropriate in a
341
-
professional setting
342
-
343
-
### Our Responsibilities
344
-
345
-
Project maintainers are responsible for clarifying the standards of acceptable
346
-
behavior and are expected to take appropriate and fair corrective action in
347
-
response to any instances of unacceptable behavior.
348
-
349
-
Project maintainers have the right and responsibility to remove, edit, or
350
-
reject comments, commits, code, wiki edits, issues, and other contributions
351
-
that are not aligned to this Code of Conduct, or to ban temporarily or
352
-
permanently any contributor for other behaviors that they deem inappropriate,
353
-
threatening, offensive, or harmful.
354
-
355
-
### Scope
356
-
357
-
This Code of Conduct applies both within project spaces and in public spaces
358
-
when an individual is representing the project or its community. Examples of
359
-
representing a project or community include using an official project e-mail
360
-
address, posting via an official social media account, or acting as an appointed
361
-
representative at an online or offline event. Representation of a project may be
362
-
further defined and clarified by project maintainers.
363
-
364
-
### Enforcement
365
-
366
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
367
-
reported by contacting the project team at coc@formidable.com. All
368
-
complaints will be reviewed and investigated and will result in a response that
369
-
is deemed necessary and appropriate to the circumstances. The project team is
370
-
obligated to maintain confidentiality with regard to the reporter of an incident.
371
-
Further details of specific enforcement policies may be posted separately.
372
-
373
-
Project maintainers who do not follow or enforce the Code of Conduct in good
374
-
faith may face temporary or permanent repercussions as determined by other
375
-
members of the project's leadership.
376
-
377
-
### Attribution
378
-
379
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
380
-
version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
0 commit comments