Skip to content

Commit

Permalink
✨ feat: add .nerve.toml configuration file for language detection
Browse files Browse the repository at this point in the history
- Add contributor information
- Set language to English
- Enable automatic issue labeling, title formatting, and report closing with issues
  • Loading branch information
sudoskys committed Jul 6, 2024
1 parent 203901f commit 476d892
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .nerve.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://github.com/LlmKira/contributor/blob/main/.nerve.toml
contributor = "68baa075-303d-47a8-80ca-b6a5a0fa8e3a"

language = "English"
issue_auto_label = true
issue_title_format = true
issue_body_format = false
issue_close_with_report = true

0 comments on commit 476d892

Please sign in to comment.