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

chore: add in issue templates and badges #30

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Changes from all commits
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
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: 🐛 Bug Report
Copy link
Contributor

Choose a reason for hiding this comment

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

We should probably show a bug template in bloop also with maven issue being redirected here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah good idea, I'll add that.

description: Report a bug you've encountered
body:
- type: textarea
id: what-happened
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: |
Description ...

Reproduction steps
1. Run XXX
2. Notice XXX
3. See/experience bug
validations:
required: true

- type: textarea
id: expectation
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.

- type: dropdown
id: os
attributes:
label: Operating system
description: What OS are you using?
options:
- macOS
- Windows
- Linux
- Other

- type: input
id: maven-version
attributes:
label: Version of Maven
validations:
required: true

- type: input
id: plugin-version
attributes:
label: Version of bloop-maven-plugin
validations:
required: true

- type: input
id: bloop-version
attributes:
label: Version of Bloop
validations:
required: true
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 💡 Feature request
about: Please create your feature requests in Discussions https://github.com/scalacenter/bloop-maven-plugin/discussions/categories/feature-request
title: PLEASE CREATE THIS IN DISCUSSIONS
labels: ''
assignees: ''
---

Please create your feature requests in Discussions
https://github.com/scalacenter/bloop-maven-plugin/discussions/categories/feature-request.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# bloop-maven-plugin

<img alt="release" src="https://img.shields.io/github/release/scalacenter/bloop-maven-plugin.svg?color=green&logo=github&style=flat-square">
<img alt="license" src="https://img.shields.io/github/license/scalacenter/bloop-maven-plugin.svg?color=blue&style=flat-square" />
<img alt="discord" src="https://img.shields.io/discord/632150470000902164?label=%23bloop%20in%20the%20Scala%20Discord&style=flat-square" />

This repository holds the Maven Plugin for
[Bloop](https://scalacenter.github.io/bloop/).