Skip to content

Commit 69acdb3

Browse files
authored
chore(*): update bug request and feature request templates, and update README (postmanlabs#12512)
* chore: update * chore: updates * chore: update * chore: various readme changes * chore: update link * chore: remove placeholders per @DannyDainton feedback
1 parent b6a64d9 commit 69acdb3

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ body:
3737
Ensure that the screenshots/videos are full screen and do not contain any sensitive information such as API keys or Access Tokens.
3838
validations:
3939
required: false
40-
- type: input
40+
- type: dropdown
4141
attributes:
4242
label: Operating System
4343
description: Which OS are you using?
44-
placeholder: "Windows/macOS/Linux"
44+
options:
45+
- Windows
46+
- macOS
47+
- Linux
4548
validations:
4649
required: true
4750
- type: input

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request
22
description: Request a new feature that you would like to be part of the Postman platform.
3-
title: "<title>"
43
labels: "feature"
54
body:
65
- type: checkboxes

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ _Postman is an API platform for building and using APIs. Postman simplifies each
33

44
# Postman App Support
55

6-
If you have a feature request, a new integration idea or you would like to file a bug report, please use this [Github issue tracker](https://github.com/postmanlabs/postman-app-support/issues).
6+
If you have a feature request, a new integration idea, or you would like to file a bug report, please use this [Github issue tracker](https://github.com/postmanlabs/postman-app-support/issues).
77

8-
We _recommend_ that you search the issue tracker to check if someone else has already reported the issue and whether there is a known solution that you can use. This would be the fastest way for you to find a solution to any issue that you are currently facing.
8+
We _strongly encourage_ that you search the issue tracker to check if someone else has already reported the issue and whether there is a known solution that you can use. This would be the fastest way for you to find a solution to any issue that you are currently facing.
99

1010
If you are adding a bug report, please add detailed steps to reproduce the bug, the Postman version you're using, and your OS version. Any additional files (collections, data dumps, console errors, screenshots) would be very helpful and would help us to narrow down the issue as quickly as possible.
1111

12-
We have compiled a quick set of [guidelines for reporting issues](#guidelines-for-reporting-issues).
12+
We have compiled a quick set of [guidelines for reporting issues](./CONTRIBUTING.md), which we encourage you to read!
1313

1414
> **Account Specific Queries:**<br />
1515
> If you have any billing or account-specific queries, reach out to us by submitting a ticket on our [support page](https://www.postman.com/support/).
1616
17-
We are also there as [@getpostman](https://www.twitter.com/getpostman) on Twitter. Feel free to drop in a line wherever it is easiest for you. Twitter would be the best place for you to stay updated with the latest news, features, and releases regarding Postman.
17+
We also are available [@getpostman](https://www.x.com/getpostman) on X (formerly Twitter). Feel free to drop in a line wherever it is easiest for you. X would be the best place for you to stay updated with the latest news, features, and releases regarding Postman.
1818

1919
### The Community
2020

@@ -23,12 +23,6 @@ We are also there as [@getpostman](https://www.twitter.com/getpostman) on Twitte
2323

2424
Sign in using your Postman account to participate in the discussions. Don’t want to log in? Then lurk on the sidelines and absorb all the knowledge.
2525

26-
### Product Roadmap
27-
28-
If you are curious about the features and enhancements planned for upcoming releases, check out [Postman's roadmap](https://github.com/postmanlabs/postman-app-support/projects/45).
29-
30-
Want early access to these features? Some of the enhancements are available in our latest Canary builds, [available for download here](https://www.postman.com/downloads/canary/).
31-
3226
### Documentation and Tutorials
3327

3428
If you are looking for more information regarding features, installation, and usage of the app, head over to the <a target="_blank" href="https://learning.postman.com/">documentation section on our website</a>. You can also have a look at our blog at <a target="_blank" href="https://blog.postman.com">https://blog.postman.com</a> for interesting tutorials, development stories, and platform updates.

0 commit comments

Comments
 (0)