Skip to content

Commit 4d93277

Browse files
fix(hsh): minor fixes
1 parent 6a612b1 commit 4d93277

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: DTT Release
1+
name: HSH Release
22

33
on:
44
pull_request:
@@ -432,7 +432,7 @@ jobs:
432432
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
433433
with:
434434
tag_name: v${{ env.VERSION }}
435-
release_name: DateTime (DTT) 🦀 v${{ env.VERSION }}
435+
release_name: Hash (HSH) 🦀 v${{ env.VERSION }}
436436
body_path: ${{ github.workspace }}/CHANGELOG.md
437437
draft: true
438438
prerelease: false

CONTRIBUTING.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Contributing to `DTT`
1+
# Contributing to `Hash (HSH)`
22

3-
Welcome! We're thrilled that you're interested in contributing to the `DTT` library. Whether you're looking to evangelize, submit feedback, or contribute code, we appreciate your involvement in making `DTT` a better tool for everyone. Here's how you can get started.
3+
Welcome! We're thrilled that you're interested in contributing to the `Hash (HSH)` library. Whether you're looking to evangelize, submit feedback, or contribute code, we appreciate your involvement in making `Hash (HSH)` a better tool for everyone. Here's how you can get started.
44

55
## Evangelize
66

7-
One of the simplest ways to help us out is by spreading the word about DTT. We believe that a bigger, more involved community makes for a better framework, and that better frameworks make the world a better place. If you know people who might benefit from using DTT, please let them know!
7+
One of the simplest ways to help us out is by spreading the word about Hash (HSH). We believe that a bigger, more involved community makes for a better framework, and that better frameworks make the world a better place. If you know people who might benefit from using Hash (HSH), please let them know!
88

99
## How to Contribute
1010

11-
If you're interested in making a more direct contribution, there are several ways you can help us improve DTT. Here are some guidelines for submitting feedback, bug reports, and code contributions.
11+
If you're interested in making a more direct contribution, there are several ways you can help us improve Hash (HSH). Here are some guidelines for submitting feedback, bug reports, and code contributions.
1212

1313
### Feedback
1414

15-
Your feedback is incredibly valuable to us, and we're always looking for ways to make DTT better. If you have ideas, suggestions, or questions about DTT, we'd love to hear them. Here's how you can provide feedback:
15+
Your feedback is incredibly valuable to us, and we're always looking for ways to make Hash (HSH) better. If you have ideas, suggestions, or questions about Hash (HSH), we'd love to hear them. Here's how you can provide feedback:
1616

1717
- Click [here][2] to submit a new feedback.
1818
- Use a descriptive title that clearly summarizes your feedback.
@@ -21,7 +21,7 @@ Your feedback is incredibly valuable to us, and we're always looking for ways to
2121

2222
### Bug Reports
2323

24-
If you encounter a bug while using DTT, please let us know so we can fix it. Here's how you can submit a bug report:
24+
If you encounter a bug while using Hash (HSH), please let us know so we can fix it. Here's how you can submit a bug report:
2525

2626
- Click [here][2] to submit a new issue.
2727
- Use a descriptive title that clearly summarizes the bug.
@@ -30,29 +30,29 @@ If you encounter a bug while using DTT, please let us know so we can fix it. Her
3030

3131
### Code Contributions
3232

33-
If you're interested in contributing code to DTT, we're excited to have your help! Here's what you need to know:
33+
If you're interested in contributing code to Hash (HSH), we're excited to have your help! Here's what you need to know:
3434

3535
#### Feature Requests
3636

37-
If you have an idea for a new feature or improvement, we'd love to hear it. Here's how you can contribute code for a new feature to DTT:
37+
If you have an idea for a new feature or improvement, we'd love to hear it. Here's how you can contribute code for a new feature to Hash (HSH):
3838

3939
- Fork the repo.
40-
- Clone the DTT[1] repo by running:
40+
- Clone the Hash [HSH](1) repo by running:
4141
`git clone {repository}`
42-
- Edit files in the `src/` folder. The `src/` folder contains the source code for DTT.
43-
- Submit a pull request, and we'll review and merge your changes if they fit with our vision for DTT.
42+
- Edit files in the `src/` folder. The `src/` folder contains the source code for Hash (HSH).
43+
- Submit a pull request, and we'll review and merge your changes if they fit with our vision for Hash (HSH).
4444

4545
#### Submitting Code
4646

4747
If you've identified a bug or have a specific code improvement in mind, we welcome your pull requests. Here's how to submit your code changes:
4848

4949
- Fork the repo.
50-
- Clone the DTT repo by running:
50+
- Clone the Hash (HSH) repo by running:
5151
`git clone {repository}`
52-
- Edit files in the `src/` folder. The `src/` folder contains the source code for DTT.
53-
- Submit a pull request, and we'll review and merge your changes if they fit with our vision for DTT.
52+
- Edit files in the `src/` folder. The `src/` folder contains the source code for Hash (HSH).
53+
- Submit a pull request, and we'll review and merge your changes if they fit with our vision for Hash (HSH).
5454

55-
We hope that this guide has been helpful in explaining how you can contribute to DTT. Thank you for your interest and involvement in our project!
55+
We hope that this guide has been helpful in explaining how you can contribute to Hash (HSH). Thank you for your interest and involvement in our project!
5656

5757
[1]: https://github.com/sebastienrousseau/dtt
5858
[2]: https://github.com/sebastienrousseau/dtt/issues/new

0 commit comments

Comments
 (0)