Skip to content

Commit

Permalink
Revert "[ISSUE #150]Update ISSUE TEMPLATE (#151)" (#152)
Browse files Browse the repository at this point in the history
This reverts commit 1bdf75d.
  • Loading branch information
mxsm authored Feb 3, 2024
1 parent 1bdf75d commit 64920af
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 412 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

## Bug description

<!-- A clear and concise description of what the bug is. -->

- Would you like to work on a fix? [y/n]

## To Reproduce

Steps to reproduce the behavior:

1. ...
2. ...
3. ...
4. ...

<!-- Make sure you are able to reproduce the bug in the main branch, too. -->

## Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

## Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

## Environment

<!-- Please fill the following information. -->

- OS: [e.g. Ubuntu 20.04]
- {{project-name}} version: [e.g. 0.1.0]

## Additional context

<!-- Add any other context about the problem here. -->
110 changes: 0 additions & 110 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

24 changes: 1 addition & 23 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


blank_issues_enabled: false
contact_links:
- name: Ask Question
url: https://github.com/mxsm/rocketmq-rust/discussions
about: Please go to GitHub Disccusions to ask questions
blank_issues_enabled: true
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/doc.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

## Motivations

<!--
If your feature request is related to a problem, please describe it.
-->

- Would you like to implement this feature? [y/n]

## Solution

<!-- Describe the solution you'd like. -->

## Alternatives

<!-- Describe any alternative solutions or features you've considered. -->

## Additional context

<!-- Add any other context or screenshots about the feature request here. -->
Loading

0 comments on commit 64920af

Please sign in to comment.