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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Contributing
2
2
3
3
-[Communication](#communication)
4
+
-[Setting up a Development Environment](#setting-up-your-development-environment)
4
5
-[GitHub workflow](#github-workflow)
5
6
-[Open a Pull Request](#opening-a-pull-request)
6
7
-[Code Review](#code-review)
@@ -17,11 +18,21 @@ Please do not ever hesitate to ask a question or send a pull request.
17
18
18
19
Beginner focused information can be found below in [Open a Pull Request](#opening-a-pull-request) and [Code Review](#code-review).
19
20
20
-
###Communication
21
+
## Communication
21
22
22
23
Reporting issues? Our unified issue queue is a good place for this: https://github.com/haxtheweb/issues/issues
23
24
Need to discuss something via chat? Our [Discord can be joined here](https://bit.ly/hax-discord).
24
25
26
+
## Setting up a Development Environment
27
+
HAX has a built-in module for onboarding `hax party`! It'll get you up and running with tooling, repositories, and the community.
28
+
29
+
### System dependencies
30
+
*[git](https://git-scm.com/)
31
+
*[gh](https://cli.github.com/) (optional)
32
+
*[yarn](https://yarnpkg.com/)
33
+
34
+
`hax party` works great with just `git`, but contributors can get some extra convenience with GitHub's own `gh` utility. (You can fork repos directly from the CLI, rather than visiting the browser every time!)
35
+
25
36
## GitHub workflow
26
37
27
38
We work primarily using pull requests and forks. In order to work most effectively, we ask that you FORK any project you are wanting to contribute to in our ecosystem. After taking a fork, submit a pull request while pointing to the associated issue tied to this pull request.
0 commit comments