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: .github/ISSUE_TEMPLATE/bug.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ labels: "Bug"
8
8
Please fill out each section below, otherwise, your issue will be closed. This info allows Fig maintainers to diagnose (and fix!) your issue as quickly as possible.
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This Code of Conduct applies within all project spaces, and it also applies when
32
32
33
33
## Enforcement
34
34
35
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at hello@withfig.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
35
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at hello@fig.io. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
36
36
37
37
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ We want to make contributing to Fig as easy and transparent as possible, whether
9
9
- Submitting feature requests
10
10
11
11
- Contributing content or feature changes
12
-
13
12
14
13
## Our repos
15
14
@@ -19,18 +18,19 @@ Here are some of our primary repos.
19
18
20
19
[withfig/fig](https://github.com/withfig/fig): The central repo. All issues taken here.
21
20
22
-
[withfig/autocomplete](https://github.com/withfig/autocomplete): Collection of all specs for [autocomplete](https://docs.withfig.com/autocomplete). Contribute new specs and update old specs here.
21
+
[withfig/autocomplete](https://github.com/withfig/autocomplete): Collection of all specs for [autocomplete](https://fig.io/docs/autocomplete). Contribute new specs and update old specs here.
23
22
24
23
[withfig/config](https://github.com/withfig/config): Fig's default configuration at install. Contains apps, installation, and update scripts.
25
24
26
25
## Contributing your own spec
27
26
28
-
The [autocomplete docs](https://docs.withfig.com/autocomplete) should get you up to speed on how to write a spec and serve as a good reference.
27
+
The [autocomplete docs](https://fig.io/docs/autocomplete) should get you up to speed on how to write a spec and serve as a good reference.
29
28
30
29
A few things to keep in mind when writing your spec:
30
+
31
31
- Ensure that the argument field is filled for subcommands and options when an argument is required.
32
32
- Make sure all generators are written with valid JavaScript.
33
-
-[Test your spec](https://docs.withfig.com/autocomplete#testing-your-completion-spec) before submitting a pull request.
33
+
-[Test your spec](https://fig.io/docs/autocomplete#testing-your-completion-spec) before submitting a pull request.
34
34
35
35
**Git Commit Messages**
36
36
@@ -39,19 +39,16 @@ A few things to keep in mind when writing your spec:
39
39
- Limit the first line to 72 characters or less
40
40
- Reference issues and pull requests liberally after the first line
41
41
42
-
43
42
## Bug reports and feature requests
44
43
45
44
We use GitHub issues to track public bugs as well as new feature requests. If you have any input, [open a new issue](https://github.com/withfig/fig)! Note that all issues should be filed under the [withfig/fig](https://github.com/withfig/fig) repo, not under independent feature repos.
46
45
47
-
48
46
## License
49
47
50
48
By contributing, you agree that your contributions will be licensed under its MIT License.
51
49
52
-
53
50
## Questions and support
54
51
55
-
For product support, visit our [docs](https://withfig.com/docs) and join the [Fig Community](https://figcommunity.slack.com/join/shared_invite/zt-fupa9n8g-sfHm8MyBn1DBaCj8SoIxSA#/) for instant support and discussion.
52
+
For product support, visit our [docs](https://fig.io/docs) and join the [Fig Community](https://figcommunity.slack.com/join/shared_invite/zt-fupa9n8g-sfHm8MyBn1DBaCj8SoIxSA#/) for instant support and discussion.
56
53
57
-
Any unanswered questions or inquiries? We're always open to chat at hello@withfig.com.
54
+
Any unanswered questions or inquiries? We're always open to chat at hello@fig.io.
Copy file name to clipboardExpand all lines: dangerfile-invite.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ schedule(async () => {
15
15
constinviteMarkdown=`
16
16
@${username} Hey! Thanks so much for your contribution!
17
17
18
-
As a token of our appreciation, we've invited you to join the Fig GitHub organization. Accepting means you can display Fig's logo on your Github profile's list of member orgs. We also have a special #contributors channel in our [community Slack](https://withfig.com/community) and we'd love for you to join.
18
+
As a token of our appreciation, we've invited you to join the Fig GitHub organization. Accepting means you can display Fig's logo on your Github profile's list of member orgs. We also have a special #contributors channel in our [community Slack](https://fig.io/community) and we'd love for you to join.
Copy file name to clipboardExpand all lines: schemas/fig.d.ts
+4-4
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ declare namespace Fig {
69
69
/**
70
70
* The icon that is rendered is based on the type, unless overwritten. Icon
71
71
* can be a 1 character string, a URL, or Fig's icon protocol (fig://) which lets you generate
72
-
* colorful and fun systems icons: https://withfig.com/docs/autocomplete/reference/icon-api
72
+
* colorful and fun systems icons: https://fig.io/docs/autocomplete/reference/icon-api
73
73
*
74
74
* @example
75
75
* `A`, `😊`
@@ -174,7 +174,7 @@ declare namespace Fig {
174
174
*
175
175
* If your CLI tool takes another CLI command (e.g. time , builtin... ) or a script
176
176
* (e.g. python, node) and you would like Fig to continue to provide completions for this
177
-
* script, see `isCommand` and `isScript` in {@link {https://withfig.com/docs/autocomplete/api#arg-object | Arg}.
177
+
* script, see `isCommand` and `isScript` in {@link {https://fig.io/docs/autocomplete/api#arg-object | Arg}.
178
178
*/
179
179
loadSpec?: string;
180
180
/**
@@ -342,7 +342,7 @@ declare namespace Fig {
342
342
*
343
343
* @example
344
344
* `python` take one argument which is a `.py` file. If I have a `main.py` file on my desktop and my current working directory is my desktop, if I type `python main.py` Fig will look for a completion spec in `~/Desktop/.fig/main.py.js`
345
-
* See our docs for more on this {@link https://withfig.com/docs/autocomplete/autocomplete-for-teams | Fig for Teams}
345
+
* See our docs for more on this {@link https://fig.io/docs/autocomplete/autocomplete-for-teams | Fig for Teams}
0 commit comments