diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 863dbee..e119e22 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9f216ae..49f9d18 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: Feature request description: Suggest an idea for this project title: "[Feature Request]: " -labels: [ "enhancement" ] +labels: ["enhancement"] assignees: - nixrajput body: @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70d2383..403b774 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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