-
-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue forms for: - Bug reports - Feature requests - Form for adding a company to a public list of users [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
Showing
4 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Bug report | ||
about: Help us find and fix bugs | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of the bug. | ||
|
||
**Pants version** | ||
Which version of Pants are you using? | ||
|
||
**OS** | ||
Are you encountering the bug on MacOS, Linux, or both? | ||
|
||
**Additional info** | ||
Add any other information about the problem here, such as attachments or links to gists, if relevant. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: The Pants Documentation Site | ||
url: https://www.pantsbuild.org/ | ||
about: You can find a lot of useful information here. | ||
- name: The Pants Community Chat | ||
url: https://join.slack.com/t/pantsbuild/shared_invite/zt-d0uh0mok-RLvVosDiX6JDpvStH~bFBA | ||
about: We're a friendly community, and happy to answer questions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest ways to improve Pants | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. E.g., It would be easier if [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: "Support Pants - list my company on pantsbuild.org" | ||
description: Add a company or organization to the public list of Pants Users | ||
title: "Please add XXXXXX to the public list of Pants Users" | ||
labels: [user-registration] | ||
assignees: | ||
- benjyw | ||
- cczona | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for helping grow the Pants community by being featured on the public list of Pants Users! | ||
- type: input | ||
id: name | ||
attributes: | ||
label: "Company name" | ||
description: The name of your company/organization. | ||
placeholder: e.g., Acme | ||
validations: | ||
required: true | ||
- type: input | ||
id: website | ||
attributes: | ||
label: "Company website" | ||
description: Your company's main website | ||
placeholder: e.g., https://www.acme.com | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logo | ||
attributes: | ||
label: Company logo | ||
description: | | ||
We'd love to use your company's logo on the Users Page! | ||
Please ensure that you have the right to grant us permission to use the logo in | ||
this manner before adding it. | ||
If you're unsure, please submit this page without the logo, and we can revisit it later, | ||
if/when permission has been established. The other information is still very helpful! | ||
placeholder: Drag and drop a .jpg or .png image of your company logo into this box. | ||
value: | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
After creating the issue, please email verify@pantsbuild.org from your company | ||
email address with a link to the newly-created issue. That's it, and thanks again! |