Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/automated_merging
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Apr 13, 2021
2 parents c6bfa20 + 15caac9 commit 6c53c1e
Show file tree
Hide file tree
Showing 47 changed files with 7,713 additions and 594 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @QuiiBz @cstrnt @falky97 @mattschrage @rolandtshen
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Bug Report 🐞
about: Something isn't working as expected? Here is the right place to report. For questions, please use forum.withfig.com
labels: "Bug"
---

<!--
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.
Useful Links:
- Documentation: https://withfig.com/docs/autocomplete/getting-started
Before opening a new issue, please search existing issues: https://github.com/withfig/autocomplete/issues
-->

### Completion Spec

What completion spec does this bug refer to? Or is it Fig itself?

### Description

Describe the issue that you're seeing.

### Steps to reproduce

Clear steps describing how to reproduce the issue. **Please** link to a reproduction, this makes your issue _much_ easier to diagnose (seriously).

### Expected result

What should happen?

### Actual result

What happened.

### System Information

*Fig Version:*

*OS:*

*Device:*

### Potential Solution

(optional) What could be a solution to solve this bug?
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/cli_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: CLI Request
about: Is there a CLI which doesn't have autocompletion? Request it here!
labels: "CLI Request"
---

### CLI Tool

What CLI tool is missing autocompletion in Fig?

### Useful Links

Please add some links to the docs of that tool or the `--help`text

### Top Workflows

What are the most used commands or workflows in that CLI tool (for you)?

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
blank_issues_enabled: true
contact_links:
-
about: "Create a new issue in the withfig/fig repo to be directed to the right place"
name: Not an autocomplete issue?
url: "https://github.com/withfig/fig/issues/new/choose"
-
about: "Fig's support knowledge base"
name: "💬 Forum"
url: "https://forum.withfig.com"
-
about: "Get instant support from the Fig Community Slack"
name: "👋 Slack"
url: "https://waitlist.withfig.com/waitlist"
-
about: "Get support from the Fig team at [email protected]"
name: "📩 Email"
url: "https://tinyurl.com/y4m9zqlw"
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Enhancement
about: You have an Idea on how to improve Fig? Let us know!
labels: "Enhancement"
---

### Completion Spec

What completion spec does this enhancement refer to? Or is it Fig itself?

### Description

Describe the issue that you're seeing.

### Steps to reproduce

Clear steps describing how to reproduce the issue. **Please** link to a reproduction, this makes your issue _much_ easier to diagnose (seriously).

### Expected result

What should happen?

### Actual result

What happened.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Other
about: You want to tell us something which doesn't fit into the other categories? Use this template!
labels: "Other"
---

### Question

Do you have a Question? Make sure to check out our forum [here](https://forum.withfig.com/)


### Community

Do you want to get updates or chat with the creators and maintainers from Fig? Check out our community Slack [here](https://figcommunity.slack.com/join/shared_invite/zt-fupa9n8g-sfHm8MyBn1DBaCj8SoIxSA#/shared-invite/email)
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Run Linter

on: [push]
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Typecheck Files

on: [push]
on: [push, pull_request]
jobs:
typecheck:
runs-on: ubuntu-latest
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Completion specs are defined in a *declarative* schema that specifies `subcomman

**For more documentation and tutorials**, visit [withfig.com/docs](https://withfig.com/docs/autocomplete/getting-started)

**To request completions for a CLI tool**, open an [issue](https://github.com/withfig/autocomplete/issues/new).
**To request completions for a CLI tool**, open an [issue](https://github.com/withfig/autocomplete/issues/new/choose).


## Get Started
Expand Down Expand Up @@ -69,10 +69,6 @@ npm run copy <spec-name>
```


## Can I create autocomplete specs for myself / my team's internal scripts?
Hell yeah: https://withfig.com/docs/autocomplete/getting-started


## FAQ

#### What terminals does Fig work with?
Expand All @@ -87,6 +83,8 @@ Currently, Fig is only available on MacOS.
#### How can I get access?
Sign up for the waitlist at [withfig.com](https://withfig.com?ref=github-autocomplete). Fig is currently in a private beta. We are onboarding batches of new users each week.

#### Can I use Fig to build autocomplete for my team's internal scripts and CLI tools?
Yes! Check out our guide on how to [get started building autocomplete specs](https://withfig.com/docs/autocomplete/getting-started).

#### Did we miss something?
Get in touch at [email protected] or chat with us on [Slack](https://withfig.com/community)
Expand Down
Loading

0 comments on commit 6c53c1e

Please sign in to comment.