Skip to content

Commit

Permalink
chore: move feature request template to discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Jul 4, 2024
1 parent e236278 commit 76c5797
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
ktlint_code_style = ktlint_official
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Feature Request
description: File a feature request
title: '[FR]: '
labels: [ 'enhancement' ]
title: '[Feature Request]: '
labels: [ 'feature' ]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -40,7 +38,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mym0404/react-native-naver-map/blob/main/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mym0404/react-native-kakao/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: File a bug report
description: File a bug report, (Feature Request should be filed in discussion)
title: '[BUG]: '
labels: ['bug']
body:
Expand Down

0 comments on commit 76c5797

Please sign in to comment.