Skip to content

Commit

Permalink
refactor: update dependencies and apply conventions (#35)
Browse files Browse the repository at this point in the history
* refactor: rename fallible constructur new --> try_new

* refactor: rename server.rs -> server/mod.rs

* refactor: first round of dependency updates and import sorting

* ci: update issue templates

* refactor: use object store to sign azure URLs

* style: harmonize import ordering

* chore: update axum and related
  • Loading branch information
roeap authored Jan 28, 2024
1 parent 9c48882 commit 9596e0b
Show file tree
Hide file tree
Showing 50 changed files with 756 additions and 836 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Report a hot bug
name: Report a bug
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
Expand All @@ -9,14 +9,6 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: false
- type: textarea
id: what-happened
attributes:
Expand All @@ -40,7 +32,7 @@ body:
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
render: Shell
- type: checkboxes
id: terms
attributes:
Expand Down
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: false
- type: textarea
id: problem
attributes:
Expand Down
Loading

0 comments on commit 9596e0b

Please sign in to comment.