Skip to content

Commit

Permalink
release 1.0.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkhedawat committed Sep 28, 2023
1 parent fabf653 commit f83b627
Show file tree
Hide file tree
Showing 51 changed files with 205 additions and 1,115 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Report an Insomnia bug
description: Report an rest.ground bug
labels: [B-bug, S-unverified]
body:
- type: textarea
Expand Down Expand Up @@ -30,15 +30,15 @@ body:
attributes:
label: Is there an existing issue for this?
options:
- label: I have searched the [issue tracker](https://www.github.com/Kong/insomnia/issues) for this problem.
- label: I have searched the [issue tracker](https://www.github.com/mkkhedawat/rest.ground/issues) for this problem.
required: true
- type: textarea
attributes:
label: Additional Information
description: If your problem needs further explanation, please add more information here.
- type: input
attributes:
label: Insomnia Version
label: rest.ground Version
description: What version of Insmonia are you using?
placeholder: "2021.5.0"
validations:
Expand Down Expand Up @@ -68,12 +68,12 @@ body:
- type: input
attributes:
label: Installation method
description: How did you install Insomnia?
placeholder: "e.g. download from insomnia.rest, homebrew, apt, etc."
description: How did you install rest.ground?
placeholder: "e.g. download from github, homebrew, apt, etc."
validations:
required: true
- type: input
attributes:
label: Last Known Working Insomnia version
description: What is the last version of Insomnia this worked in, if applicable?
placeholder: "2021.4.0"
label: Last Known Working rest.ground version
description: What is the last version of rest.ground this worked in, if applicable?
placeholder: "0.1.0"
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Feature Request
url: https://github.com/Kong/insomnia/discussions/categories/ideas
url: https://github.com/mkkhedawat/rest.ground/discussions/categories/ideas
about: Search and submit ideas for this project
- name: Question
url: https://chat.insomnia.rest/
about: Please ask and answer questions about Insomnia in our Slack Community
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Please open an [Issue](https://github.com/kong/insomnia/issues/new) first to discuss new
Please open an [Issue](https://github.com/mkkhedawat/rest.ground/issues/new) first to discuss new
features or non-trivial changes. Please provide as much detail as possible on the change as
possible including general description, implementation details, potential shortcomings, etc.
Expand Down
4 changes: 2 additions & 2 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ newIssueWelcomeComment: |
use cases that would benefit. 👪
To help make this a smooth process, please be sure you have first read the
[contributing guidelines](https://github.com/kong/insomnia/blob/master/CONTRIBUTING.md).
[contributing guidelines](https://github.com/mkkhedawat/rest.ground/blob/master/CONTRIBUTING.md).
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: |
💖 Thanks for opening this pull request! 💖
To help make this a smooth process, please be sure you have first read the
[contributing guidelines](https://github.com/kong/insomnia/blob/master/CONTRIBUTING.md).
[contributing guidelines](https://github.com/mkkhedawat/rest.ground/blob/master/CONTRIBUTING.md).
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Expand Down
171 changes: 0 additions & 171 deletions .github/workflows/changelog.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/homebrew.yml

This file was deleted.

Loading

0 comments on commit f83b627

Please sign in to comment.