[
  {
    "path": ".github/ISSUE_TEMPLATE/BUG_REPORT.yml",
    "content": "name: Bug Report\ndescription: File a bug report\ntitle: \"[Bug]: \"\nlabels: [\"bug\", \"triage\"]\n# assignees:\n#   - Assign someone on your team here; Even better...create a new team in GH who are maintainers for this repo.\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for taking the time to fill out this bug report!\n  - type: textarea\n    id: what-happened\n    attributes:\n      label: What happened?\n      description: Provide a thorough description of whats going on.\n      placeholder: There's a problem with HTTPie Desktop 😱\n    validations:\n      required: true\n  - type: textarea\n    id: reproduction-steps\n    attributes:\n      label: Steps to reproduce?\n      description: Provide as much detail as possible to reproduce the issue.\n      placeholder: |\n        1. Launch the app\n        2. Click a button\n        3. Note the app crashes\n      render: Markdown\n    validations:\n      required: true\n  - type: textarea\n    id: what-are-expectations\n    attributes:\n      label: What did you expect to happen?\n      description: Also tell us, what did you expect to happen?\n      placeholder: I expected the app to continue running no matter how many times I tap the screen.\n    validations:\n      required: true\n  - type: dropdown\n    id: platform\n    attributes:\n      label: Platform\n      description: Which platform are you having an issue with?\n      options:\n        - macOS\n        - Linux\n        - Windows\n  - type: textarea\n    id: version\n    attributes:\n      label: HTTPie Desktop version\n      description: What version of HTTPie Desktop are you running?\n      placeholder: 2022.x.y\n      value: 2022.5.1\n    validations:\n      required: true\n  - type: textarea\n    id: logs\n    attributes:\n      label: Relevant log output\n      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.\n      render: Shell\n  - type: checkboxes\n    id: terms\n    attributes:\n      label: Code of Conduct\n      description: By submitting this issue, you agree to follow our [Code of Conduct](#You-code-of-conduct-which-i-hope-you-have)\n      options:\n        - label: I agree to follow this project's Code of Conduct\n          required: true\n"
  },
  {
    "path": ".github/workflows/website-build.yml",
    "content": "on:\n  release:\n    types:\n      - published\n      - unpublished\n      - deleted\njobs:\n  trigger-website-build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Install HTTPie\n        run: sudo snap install --edge httpie\n      - name: Trigger website build\n        run: http --ignore-stdin POST ${{ secrets.PIE_WEB_VERCEL_HOOK }}\n"
  },
  {
    "path": "LICENCE",
    "content": "Copyright © 2021– HTTPie, Inc. <legal@httpie.io>\n\nSee https://httpie.io/terms\n"
  },
  {
    "path": "README.md",
    "content": "# HTTPie Desktop\n\n![HTTPie Desktop](.github/httpie-desktop.png)\n\n[![Docs](https://img.shields.io/badge/stable%20docs-httpie.io%2Fdocs%2Fdesktop-brightgreen?style=flat&color=73DC8C&label=Docs)](https://httpie.org/docs/desktop)\n[![HTTPie Desktop](https://img.shields.io/static/v1?label=HTTPie&message=Desktop&color=4B78E6)](https://httpie.io/product)\n[![HTTPie Web & Mobile](https://img.shields.io/static/v1?label=HTTPie&message=Web%20%26%20Mobile&color=FA9BFA)](https://httpie.io/app)\n[![HTTPie CLI](https://img.shields.io/static/v1?label=HTTPie&message=CLI&color=73DC8C)](https://github.com/httpie/httpie)\n[![Chat](https://img.shields.io/discord/725351238698270761?style=flat&label=Chat%20on%20Discord&color=4B78E6)](https://httpie.io/discord)\n[![Twitter](https://img.shields.io/twitter/follow/httpie?style=flat&color=%23FA9BFA&logoColor=%234B78E6)](https://twitter.com/httpie)\n\n\nIn this repository, we publish [releases](https://github.com/httpie/desktop/releases) of [HTTPie Desktop](https://httpie.io/product) for Mac, Windows, and Linux. The app continuously auto-updates after the initial installation. \n\n\nOpen HTTPie Desktop web app: [httpie.io/app](https://httpie.io/app) or [req.new](https://req.new)\n\n\n[What’s new →](https://httpie.io/blog)\n\n\n## Mac & Windows\n\n[httpie.io/download →](https://httpie.io/download)\n\n\n## Linux\n\nPlease follow the instructions below to install HTTPie for Desktop on Linux. \n\n⚠️ The Linux package uses [AppImage](https://appimage.org/), and you need to install it using [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) for the app to work:\n\n1. Install [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) ([instructions](https://github.com/TheAssassin/AppImageLauncher/wiki))\n2. Download `HTTPie-*.AppImage` (or `HTTPie-*arm64.AppImage` for ARM64 architecture) from [the latest release](https://github.com/httpie/desktop/releases/latest) page\n3. Run `$ AppImageLauncher HTTPie-*.AppImage`\n"
  }
]