Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue forms/templates #12617

Merged
merged 3 commits into from
Aug 23, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Help us make Pants better
benjyw marked this conversation as resolved.
Show resolved Hide resolved
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, including attachments or links to gists.
benjyw marked this conversation as resolved.
Show resolved Hide resolved
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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!
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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., I'm always frustrated when [...]
benjyw marked this conversation as resolved.
Show resolved Hide resolved

**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.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/user_registration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: User Registration
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: input
id: email
attributes:
label: Contact email
description: |
How can we contact you if we have questions about this form? We won't use your email
address for any other purpose.
placeholder: e.g., wilecoyote@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 your logo in
this manner before adding it.

If you're unsure, please submit this page without the logo, and revisit it later, 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 .
benjyw marked this conversation as resolved.
Show resolved Hide resolved
value:
validations:
required: false