Skip to content

Commit

Permalink
add database to list of features in issue template (#264)
Browse files Browse the repository at this point in the history
Adds the `database` input to the list of existing features in the issue template for feature requests.
  • Loading branch information
2bndy5 authored Sep 16, 2024
1 parent ca4c3be commit 3a0a41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
multiple: true
options:
- version
- database
- thread-comments
- tidy-checks
- style
Expand Down

1 comment on commit 3a0a41a

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 3a0a41a Sep 16, 2024

Choose a reason for hiding this comment

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

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 2 file(s) not formatted
  • docs/examples/demo/demo.cpp
  • docs/examples/demo/demo.hpp
clang-tidy reports: 7 concern(s)

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.