Skip to content

chore: add GitHub issue templates #889

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

Merged
merged 1 commit into from
Apr 6, 2022
Merged

Conversation

jsjoeio
Copy link
Contributor

@jsjoeio jsjoeio commented Apr 6, 2022

This PR adds the following issue templates:

  • docs
  • bug-report

It also allows for blank issue templates and encourages folks with questions to post in our GitHub Discussions.

I would have used a new issue form since that's worked well on code-server, but it's only available for public repos (so we can switch over if that's desired).

image

Fixes #648

@jsjoeio jsjoeio self-assigned this Apr 6, 2022
@jsjoeio jsjoeio requested a review from bpmct April 6, 2022 16:40
contact_links:
- name: Question?
url: https://github.com/coder/coder/discussions/new?category=q-a
about: Ask for help on our GitHub Discussions board
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bpmct in code-server, you added a link to our Slack community. Is that something we want to do here as well or are we fine with GitHub discussions?

@jsjoeio jsjoeio requested review from a team April 6, 2022 16:42
@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #889 (16dae02) into main (32759a8) will decrease coverage by 0.45%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #889      +/-   ##
==========================================
- Coverage   65.87%   65.41%   -0.46%     
==========================================
  Files         216      216              
  Lines       13733    13733              
  Branches      103      103              
==========================================
- Hits         9046     8983      -63     
- Misses       3769     3816      +47     
- Partials      918      934      +16     
Flag Coverage Δ
unittest-go- 65.26% <ø> (-0.27%) ⬇️
unittest-go-macos-latest 52.66% <ø> (-0.16%) ⬇️
unittest-go-ubuntu-latest 55.26% <ø> (-0.01%) ⬇️
unittest-go-windows-2022 52.13% <ø> (+0.07%) ⬆️
unittest-js 58.83% <ø> (ø)
Impacted Files Coverage Δ
provisionersdk/serve.go 35.13% <0.00%> (-8.11%) ⬇️
peerbroker/dial.go 77.04% <0.00%> (-6.56%) ⬇️
provisionersdk/transport.go 78.72% <0.00%> (-6.39%) ⬇️
cli/cliui/agent.go 77.19% <0.00%> (-5.27%) ⬇️
coderd/provisionerdaemons.go 58.51% <0.00%> (-3.55%) ⬇️
coderd/workspaceresources.go 56.09% <0.00%> (-3.26%) ⬇️
codersdk/provisionerdaemons.go 61.53% <0.00%> (-3.08%) ⬇️
provisionerd/provisionerd.go 78.56% <0.00%> (-2.94%) ⬇️
peer/conn.go 77.91% <0.00%> (-1.53%) ⬇️
peer/channel.go 83.62% <0.00%> (+0.58%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32759a8...16dae02. Read the comment docs.

Copy link
Member

@kylecarbs kylecarbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like these suggestions. Should we add feature requests too, just like code-server? Our internal practices for filing an issue shouldn't differ from our open-source contributors, so I'd like to streamline it.

@jsjoeio jsjoeio merged commit 8813788 into main Apr 6, 2022
@jsjoeio jsjoeio deleted the jsjoeio/add-issue-templates branch April 6, 2022 17:59
@misskniss misskniss added this to the V2 Beta milestone May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue Templates
3 participants