Skip to content

Commit 9591db2

Browse files
authored
Merge pull request #100 from HashnodeWithAngular/develop
renaming current
2 parents fc22ca1 + 36c62c1 commit 9591db2

19 files changed

+30
-30
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐛 Bug report
2-
description: Create a bug report to help us improve AnguHashBlog
2+
description: Create a bug report to help us improve HashnodeWithAngular
33
title: "Bug: "
44
labels: [👀 needs triage, 🐛 bug]
55
body:
@@ -48,5 +48,5 @@ body:
4848
label: I would be willing to submit a PR to fix this issue
4949
description: Assistance is provided if you need help submitting a pull request
5050
options:
51-
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52-
- label: 'No'
51+
- label: "Yes and I have read the [Contribution Guide](https://hashnode.withangular.dev/contributing) and I agree to follow this project's [Code of Conduct](https://hashnode.withangular.dev/code-of-conduct)"
52+
- label: 'No'

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ body:
4848
label: I would be willing to submit a PR to fix this issue
4949
description: Assistance is provided if you need help submitting a pull request
5050
options:
51-
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52-
- label: 'No'
51+
- label: "Yes and I have read the [Contribution Guide](https://hashnode.withangular.dev/contributing) and I agree to follow this project's [Code of Conduct](https://hashnode.withangular.dev/code-of-conduct)"
52+
- label: 'No'

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
2626
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on [Discord](https://discord.gg/SQCFCACz) or follow up on the issue itself.
2727
28-
For full info on how to contribute, please check out our [contributors guide](https://anguhashblog.com/contributing).
28+
For full info on how to contribute, please check out our [contributors guide](https://hashnode.withangular.dev/contributing).

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to AnguHashBlog
1+
# Contributing to HashnodeWithAngular
22

33
First off, thanks for taking the time to contribute! ❤️
44

@@ -84,13 +84,13 @@ Even if the issue is labeled as not implemented, it remains your responsibility
8484

8585
Before you submit your Pull Request (PR) consider the following guidelines:
8686

87-
1. Search [AhguHashBlog](https://github.com/AnguHashBlog) for an open or closed PR that relates to your submission.
87+
1. Search [HashnodeWithAngular](https://github.com/HashnodeWithAngular) for an open or closed PR that relates to your submission.
8888
You don't want to duplicate existing efforts.
8989

9090
2. Be sure that an issue describes the problem you're fixing, or documents the design for the feature you'd like to add.
9191
Discussing the design upfront helps to ensure that we're ready to accept your work.
9292

93-
3. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the `AnguHashBlog` repo of your choice.
93+
3. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the `HashnodeWithAngular` repo of your choice.
9494

9595
4. In your forked repository, make your changes in a new git branch:
9696

@@ -120,7 +120,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
120120
git push origin my-fix-branch
121121
```
122122

123-
10. In GitHub, send a pull request to `AnguHashBlog/angular-primeng:main`.
123+
10. In GitHub, send a pull request to `HashnodeWithAngular/angular-primeng:main`.
124124

125125
**DO NOT** erase the provided PR template! It is intended for you to use, not to replace it with random text.
126126

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Angular PrimeNG App
22

33
Use this app version of
4-
## ![anguhashblog logo](/anguhashblog-logo-readme.png) AnguHashBlog
4+
## ![HashnodeWithAngular logo](./hashnode-withangular-logo-readme.png) HashnodeWithAngular
55
which allows you to connect your Hashnode Blog to
66
# ![angular logo](/angular.png) Angular
77

88
and includes the
99

10-
### ![primeng logo](/primeng-logo.png) PrimeNG UI library
10+
### ![primeng logo](/primeng-logo.png) PrimeNG UI library
File renamed without changes.
-174 KB
Binary file not shown.
-574 KB
Binary file not shown.
-558 KB
Binary file not shown.
654 KB
Loading

0 commit comments

Comments
 (0)