26 Commits

Author SHA1 Message Date
Daniel Lautzenheiser
8a59f850d1
Feature/rebrand (#27) 2022-10-02 20:06:20 -04:00
Daniel Lautzenheiser
9a2827d94c Point to new documentation site 2022-09-30 19:34:18 -04:00
Daniel Lautzenheiser
0fd69879fa Fix types and login logo, remove unneeded files 2022-09-30 08:20:36 -04:00
Daniel Lautzenheiser
8acda23acc
Feature/rebrand (#3) 2022-09-30 08:13:47 -04:00
Daniel Lautzenheiser
0b64464611
Feature/single package (#1) 2022-09-28 22:04:00 -04:00
Trang Le
385614d20d
feat(docs): add tips for running Jest CLI (#6308)
Include running tests from a specific file and running a particular test in a file

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-23 10:15:42 +00:00
Trang Le
b611636041
Add more details to Debugging section (#5814)
- Add more concrete instruction for configuring backend
- Explain what users should look for when changing `dev-test/index.html`
- Add more info to use local storage to set Netlify site's URL
2021-09-29 14:34:29 +03:00
Nilay (Kancer)
238530bc93
feat(docs): add a Debugging section to CONTRIBUTING.md (#4575) 2020-12-06 18:56:31 +02:00
Erez Rokah
228c6b41e2
build: fix windows build, build on multiple os using node 12 only (#3449) 2020-03-23 14:57:18 +02:00
Shawn Erquhart
f3eaaa6432
docs: add a few more test commands to CONTRIBUTING.md (#2871) 2019-11-12 15:38:28 -05:00
Shawn Erquhart
6b83a706a3
chore: switch chat links to slack (#2782) 2019-10-22 20:59:04 -04:00
Shawn Erquhart
3dc45d6d6d chore: update prerelease scripts 2019-03-21 12:12:16 -04:00
Tom Rutgers
f2e2b09581
Update CONTRIBUTING.md (#2226) 2019-03-20 16:12:51 +01:00
Tom Rutgers
6bd0d34422
Update CONTRIBUTING.md (#2225)
* Update CONTRIBUTING.md

fixes #2224

* Update CONTRIBUTING.md

fix for windows
2019-03-20 16:08:04 +01:00
jiannelli
3a4ed6a68a Update CONTRIBUTING.md (#1805)
Fixed broken links.
2018-10-11 01:37:49 +02:00
Shawn Erquhart
71987c002c
chore: temporarily remove all-contributors (#1683) 2018-08-28 17:46:39 -04:00
Caleb
99a699269b docs: add Git details to CONTRIBUTING.md (#1663) 2018-08-27 16:04:11 -04:00
Mitchell Cash
a4ba66e1a6 Update contributing doc to better handle first run dpendency requirements (#1645)
The command `yarn start` is dependent on the `npm-run-all` package, therefore we can't recommend this as the first command someone runs after they just clone the repository in case they don't have it globally installed. Trying to `yarn start` without this package gets:

```
/bin/sh: run-s: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```

Therefore, on first setup it is recommended to run `yarn bootstrap` as the first command.
2018-08-22 13:02:52 -04:00
Cory Williamson-Cardneau
dd5a7c6864 Issue 1038 (#1631)
* Added note to CONTRIBUTING intro with link to documentation contribution guide (/website/readme.md)

* Added cory-wc to contributors
2018-08-20 16:54:24 -04:00
Caleb
f801b19221 chore: add code formatting and linting (#952) 2018-08-07 16:46:54 -04:00
Shawn Erquhart
75a32f528b
chore: add build-preview task for local build testing (#1539) 2018-07-28 17:26:47 -04:00
Tyler Ipson
e1c8b7641d docs: update contributor docs to reflect lerna (#1523) 2018-07-27 11:05:51 -04:00
Frank Taillandier
b0bf60bd7d Docs: Add yourself as a contributor (#677) 2017-10-11 15:15:04 -07:00
Darrel O'Pry
0ce2bc0f35 (docs) note that pull requests should be rebased. 2017-09-15 17:42:59 -04:00
Kraig Walker
4f58fbdd95 Fix typo and improve markdown link syntax in CONTRIBUTING.md 2017-07-10 19:31:24 +01:00
David Calavera
cca338df79 Add OSS management files. (#130)
Inspired by Docker and Yarn. We can add more things later if we need
them, but I think this is a good start.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-10-21 20:36:14 -02:00