Skip to content

Commit 3cfbcf7

Browse files
committed
Update references (mhutchie --> hansu) and some adjustments
1 parent 68a34f0 commit 3cfbcf7

File tree

12 files changed

+212
-212
lines changed

12 files changed

+212
-212
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* @mhutchie
1+
* @lariwa
2+
* @hansu

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug Report
33
about: Raise a bug you've found to help us improve
44
title: ''
55
labels: bug
6-
assignees: mhutchie
6+
assignees: hansu
77

88
---
99

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature Request
33
about: Suggest an idea for this extension
44
title: ''
55
labels: feature request
6-
assignees: mhutchie
6+
assignees: hansu
77

88
---
99

.github/ISSUE_TEMPLATE/improvement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Improvement
33
about: Suggest an improvement for this extension
44
title: ''
55
labels: improvement
6-
assignees: mhutchie
6+
assignees: hansu
77

88
---
99

.github/ISSUE_TEMPLATE/question.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ name: Question
33
about: Do you have a question about Git Graph?
44
title: ''
55
labels: question
6-
assignees: mhutchie
6+
assignees: hansu
77

88
---
99

10-
If you have a simple question, please chat with us on [Discord](https://discord.gg/ZRRDYzt)! This allows myself and the Git Graph community to answer your question as fast as possible.
11-
1210
More information for the following topics can be found at the provided links:
13-
* [Functionality currently available in Git Graph](https://github.com/mhutchie/vscode-git-graph/blob/master/README.md#features)
14-
* [Git Actions & Context Menus](https://github.com/mhutchie/vscode-git-graph/wiki/Context-Menus)
15-
* [Extension Settings](https://github.com/mhutchie/vscode-git-graph/wiki/Extension-Settings)
11+
* [Functionality currently available in Git Graph](https://github.com/hansu/vscode-git-graph/blob/master/README.md#features)
12+
* [Git Actions & Context Menus](https://github.com/hansu/vscode-git-graph/wiki/Context-Menus)
13+
* [Extension Settings](https://github.com/hansu/vscode-git-graph/wiki/Extension-Settings)
1614

1715
Otherwise, ask any question here! If you're having difficulty explaining your question, sometimes providing a screenshot can help.

.github/workflows/update-milestone-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Update Milestone on Release'
12-
uses: mhutchie/update-milestone-on-release@master
12+
uses: hansu/update-milestone-on-release@master
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This project and everyone participating in it is governed by the [Git Graph Code
1414

1515
Raise a bug you've found to help us improve!
1616

17-
Check the [open bugs](https://github.com/mhutchie/vscode-git-graph/issues?q=is%3Aissue+is%3Aopen+label%3A"bugs"), and any fixed bugs ready for release on the [project board](https://github.com/mhutchie/vscode-git-graph/projects/1#column-4514040), to see if it's already being resolved. If it is, give the issue a thumbs up, and help provide additional context if the issue author was unable to provide some details.
17+
Check the [open bugs](https://github.com/hansu/vscode-git-graph/issues?q=is%3Aissue+is%3Aopen+label%3A"bugs"), and any fixed bugs ready for release on the [project board](https://github.com/hansu/vscode-git-graph/projects/1#column-4514040), to see if it's already being resolved. If it is, give the issue a thumbs up, and help provide additional context if the issue author was unable to provide some details.
1818

1919
If the bug hasn't previously been reported, please follow these steps:
20-
1. Raise an issue using the "Bug Report" template. [Create Bug Report](https://github.com/mhutchie/vscode-git-graph/issues/new?assignees=mhutchie&labels=bug&template=bug-report.md&title=)
20+
1. Raise an issue using the "Bug Report" template. [Create Bug Report](https://github.com/hansu/vscode-git-graph/issues/new?assignees=hansu&labels=bug&template=bug-report.md&title=)
2121
2. Complete the template, providing information for all of the required sections.
2222
3. Click "Submit new issue"
2323

@@ -27,27 +27,27 @@ We will respond promptly, and get it resolved as quickly as possible.
2727

2828
Suggest a new feature for this extension! We want to make Git Graph an even more useful tool in Visual Studio Code, so any suggestions you have are greatly appreciated.
2929

30-
Check the [open feature requests](https://github.com/mhutchie/vscode-git-graph/issues?q=is%3Aissue+is%3Aopen+label%3A"feature+request"), and any feature requests ready for release on the [project board](https://github.com/mhutchie/vscode-git-graph/projects/1#column-4514040), to see if your idea is already under consideration or on its way. If it is, give the issue a thumbs up so it will be higher prioritised.
30+
Check the [open feature requests](https://github.com/hansu/vscode-git-graph/issues?q=is%3Aissue+is%3Aopen+label%3A"feature+request"), and any feature requests ready for release on the [project board](https://github.com/hansu/vscode-git-graph/projects/1#column-4514040), to see if your idea is already under consideration or on its way. If it is, give the issue a thumbs up so it will be higher prioritised.
3131

3232
If your feature hasn't previously been suggested, please follow these steps:
33-
1. Raise an issue using the "Feature Request" template. [Create Feature Request](https://github.com/mhutchie/vscode-git-graph/issues/new?assignees=mhutchie&labels=feature+request&template=feature-request.md&title=)
33+
1. Raise an issue using the "Feature Request" template. [Create Feature Request](https://github.com/hansu/vscode-git-graph/issues/new?assignees=hansu&labels=feature+request&template=feature-request.md&title=)
3434
2. Follow the template as you see appropriate, it's only meant to be a guide.
3535
3. Click "Submit new issue"
3636

37-
We will respond promptly, and your request will be prioritised according to the Git Graph [Issue Prioritisation](https://github.com/mhutchie/vscode-git-graph/wiki/Issue-Prioritisation).
37+
We will respond promptly, and your request will be prioritised according to the Git Graph [Issue Prioritisation](https://github.com/hansu/vscode-git-graph/wiki/Issue-Prioritisation).
3838

3939
### Improvements
4040

4141
Suggest an improvement to existing functionality of this extension! We want to make Git Graph an even more useful tool in Visual Studio Code, so any improvements you have are greatly appreciated.
4242

43-
Check the [open improvements](https://github.com/mhutchie/vscode-git-graph/issues?q=is%3Aissue+is%3Aopen+label%3A"improvement"), and any improvements ready for release on the [project board](https://github.com/mhutchie/vscode-git-graph/projects/1#column-4514040), to see if your improvement is already under consideration or on its way. If it is, give the issue a thumbs up so it will be higher prioritised.
43+
Check the [open improvements](https://github.com/hansu/vscode-git-graph/issues?q=is%3Aissue+is%3Aopen+label%3A"improvement"), and any improvements ready for release on the [project board](https://github.com/hansu/vscode-git-graph/projects/1#column-4514040), to see if your improvement is already under consideration or on its way. If it is, give the issue a thumbs up so it will be higher prioritised.
4444

4545
If your improvement hasn't previously been suggested, please follow these steps:
46-
1. Raise an issue using the "Improvement" template. [Create Improvement](https://github.com/mhutchie/vscode-git-graph/issues/new?assignees=mhutchie&labels=improvement&template=improvement.md&title=)
46+
1. Raise an issue using the "Improvement" template. [Create Improvement](https://github.com/hansu/vscode-git-graph/issues/new?assignees=hansu&labels=improvement&template=improvement.md&title=)
4747
2. Follow the template as you see appropriate, it's only meant to be a guide.
4848
3. Click "Submit new issue"
4949

50-
We will respond promptly, and your request will be prioritised according to the Git Graph [Issue Prioritisation](https://github.com/mhutchie/vscode-git-graph/wiki/Issue-Prioritisation).
50+
We will respond promptly, and your request will be prioritised according to the Git Graph [Issue Prioritisation](https://github.com/hansu/vscode-git-graph/wiki/Issue-Prioritisation).
5151

5252
### Contributing To Development
5353

@@ -57,13 +57,13 @@ If you're interested in helping contribute, either:
5757

5858
Step 1: To set up your development environment, please follow these steps:
5959
1. Install [Node.js](https://nodejs.org/en/) if it is not already installed.
60-
2. Clone the [vscode-git-graph](https://github.com/mhutchie/vscode-git-graph) repo on GitHub.
60+
2. Clone the [vscode-git-graph](https://github.com/hansu/vscode-git-graph) repo on GitHub.
6161
3. Open the repo in Visual Studio Code.
6262
4. In the Visual Studio Code terminal, run `npm install` to automatically download all of the required Node.js dependencies.
6363
5. Install the [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) extension if it is not already installed.
6464
6. Create and checkout a branch for the issue you're going to work on.
6565

66-
Step 2: Review the [Codebase Outline](https://github.com/mhutchie/vscode-git-graph/wiki/Codebase-Outline), so you have a general understanding of the structure of the codebase.
66+
Step 2: Review the [Codebase Outline](https://github.com/hansu/vscode-git-graph/wiki/Codebase-Outline), so you have a general understanding of the structure of the codebase.
6767

6868
Step 3: To compile the code, run the appropriate npm script in the Visual Studio Code terminal as follows:
6969
* `npm run compile`: Compiles both front and backend code

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2019-present, mhutchie
1+
Copyright (c) 2019-2021, mhutchie
2+
Copyright (c) 2022-present, hansu
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy
45
of this software and associated documentation files (the "Software"), to use,

0 commit comments

Comments
 (0)