Skip to content

Commit

Permalink
Repository link updated (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput authored Jan 23, 2025
1 parent cf95dc7 commit 0494139
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [ "bug", "triage" ]
assignees: [ "nixrajput" ]
labels: ["bug", "triage"]
assignees: ["nixrajput"]
body:
- type: input
id: contact
Expand Down Expand Up @@ -59,7 +59,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/nixrajput/get-time-ago/blob/master/CODE_OF_CONDUCT.md).
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/nixrajput/get_time_ago/blob/master/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature Request]: "
labels: [ "enhancement" ]
labels: ["enhancement"]
assignees:
- nixrajput
body:
Expand Down Expand Up @@ -47,7 +47,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/nixrajput/get-time-ago/blob/master/CODE_OF_CONDUCT.md).
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/nixrajput/get_time_ago/blob/master/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here are the steps to contribute to this project:
command:

```bash
git clone https://github.com/nixrajput/get-time-ago.git
git clone https://github.com/nixrajput/get_time_ago.git
```

3. Create a Branch: Create a new branch for your contributions. Make sure to choose a descriptive
Expand Down Expand Up @@ -69,7 +69,7 @@ Here are the steps to contribute to this project:
## Reporting Issues

If you encounter any issues or bugs while using the Get_Time_Ago Package, please report them on
the [Issues](https://github.com/nixrajput/get-time-ago/issues) page of the repository. Provide as
the [Issues](https://github.com/nixrajput/get_time_ago/issues) page of the repository. Provide as
much detail as possible to help us understand and address the problem.

## Thank You
Expand Down

0 comments on commit 0494139

Please sign in to comment.