Skip to content

Commit 713fe3b

Browse files
committed
(chore) README: Update GitHub Links
Signed-off-by: Progyan Bhattacharya <[email protected]>
1 parent ba283c4 commit 713fe3b

File tree

27 files changed

+192
-192
lines changed

27 files changed

+192
-192
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this guide, you will get an overview of the contribution workflow from engagi
88

99
## New Contributor Guidelines
1010

11-
See the [README](https://github.com/Progyan1997/Operational-Transformation#readme) to get an overview of the project. Here are some helpful resources to get you comfortable with open source contribution:
11+
See the [README](https://github.com/0xTheProDev/Operational-Transformation#readme) to get an overview of the project. Here are some helpful resources to get you comfortable with open source contribution:
1212

1313
- [Finding ways to contribute to open source on GitHub](https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github)
1414
- [Set up Git](https://docs.github.com/en/get-started/quickstart/set-up-git)
@@ -21,24 +21,24 @@ Below you will find the process and workflow used to review and merge your valua
2121

2222
### Step 0 : Find an issue
2323

24-
[![script](./images/Issues.jpeg)](https://github.com/Progyan1997/Operational-Transformation/issues)
24+
[![script](./images/Issues.jpeg)](https://github.com/0xTheProDev/Operational-Transformation/issues)
2525

26-
- Take a look at the Existing Issues or visit [Discussions Section](https://github.com/Progyan1997/Operational-Transformation/discussions/30) to engage into discussion about feature request or bug reporting.
26+
- Take a look at the Existing Issues or visit [Discussions Section](https://github.com/0xTheProDev/Operational-Transformation/discussions/30) to engage into discussion about feature request or bug reporting.
2727
- If the issue doesn't exist in our issue tracker, the maintainer will yield a issue from the discussion with proper description and milestone.
2828
- Once you select an issue, subscribe to it and interact with the maintainer/reporter in regular interval to describe your willingness or progress towards that issue.
2929
- Note: Every pull request in this project should have an associated issue registered.
3030

3131
### Step 1 : Fork the Project
3232

33-
[![script1](./images/PullRequest.jpeg)](https://github.com/Progyan1997/Operational-Transformation.git)
33+
[![script1](./images/PullRequest.jpeg)](https://github.com/0xTheProDev/Operational-Transformation.git)
3434

3535
- Fork this Repository. This will create a local copy of this Repository on your Github Profile.
3636
Keep a reference to the original project in `upstream` remote as shown below.
3737

3838
```bash
3939
$ git clone https://github.com/<your-username>/Operational-Transformation
4040
$ cd Operational-Transformation
41-
$ git remote add upstream https://github.com/Progyan1997/Operational-Transformation
41+
$ git remote add upstream https://github.com/0xTheProDev/Operational-Transformation
4242
$ git fetch upstream
4343
```
4444

@@ -102,7 +102,7 @@ $ git push -u origin <branch_bame>
102102

103103
### Step 6 : Pull Request
104104

105-
[![script](./images/PR.jpeg)](https://github.com/Progyan1997/Operational-Transformation/pulls)
105+
[![script](./images/PR.jpeg)](https://github.com/0xTheProDev/Operational-Transformation/pulls)
106106

107107
- Go to your repository in browser and click on compare and pull requests.
108108
Then add a title and description to your pull request that explains your contribution and submit it.

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# List of Supported Funding Platforms
22

3-
github: Progyan1997
3+
github: 0xTheProDev

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Issue Template Guidelines
22

3-
Issues can be created only by maintianers. If you are not the maintainer please report the issue [here](https://github.com/Progyan1997/Operational-Transformation/discussions/30), maintainers will create one if required.
3+
Issues can be created only by maintianers. If you are not the maintainer please report the issue [here](https://github.com/0xTheProDev/Operational-Transformation/discussions/30), maintainers will create one if required.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This documentation contains a set of guidelines to help you with the pull reques
77
- As a Contributor:
88

99
- [ ] The PR should have commits that follows the standards mentioned [here](.CONTRIBUTING.md)
10-
- [ ] The PR should only be made against existing issues. If a certain issue does not exist; kindly open a thread in [**Discussion**](https://github.com/Progyan1997/Operational-Transformation/discussions).
10+
- [ ] The PR should only be made against existing issues. If a certain issue does not exist; kindly open a thread in [**Discussion**](https://github.com/0xTheProDev/Operational-Transformation/discussions).
1111
- [ ] For a corresponding issue, add either `Fixes #1234` or `Updates #1234`, where `1234` refers to that issue id.
1212
- [ ] Ensure that pre-commit hooks are running in your local setup.
1313
- [ ] Add or modify the tests (Unit/Integration) for the code changes.

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Security Risk or Vulnerability
22

3-
For Reporting any security risk or vulnerability start a [discussion thread](https://github.com/Progyan1997/Operational-Transformation/discussions). Please refrain from posting sensitive information directly in the public forum, instead add the meta-information of the the vulnerability and if available reference to any public link or document regarding the the vulnerability and it's severity. We will reach out to you for more details regarding the security risk of the vulnerability and plan our course of action accordingly.
3+
For Reporting any security risk or vulnerability start a [discussion thread](https://github.com/0xTheProDev/Operational-Transformation/discussions). Please refrain from posting sensitive information directly in the public forum, instead add the meta-information of the the vulnerability and if available reference to any public link or document regarding the the vulnerability and it's severity. We will reach out to you for more details regarding the security risk of the vulnerability and plan our course of action accordingly.
44

55
**NOTE:** If your email is not added publically to your GitHub profile, please do mention your email address in the discussion thread.

0 commit comments

Comments
 (0)