From f0b50afbe38f4afc7e652225591f97a2a72fd3f2 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Thu, 23 May 2024 18:21:36 -0700 Subject: [PATCH] update username --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation-fix.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/other.md | 2 +- README.md | 8 ++++---- doc/index.md | 8 ++++---- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 82ed66c..1a40d3e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve simplevectors title: '' labels: bug -assignees: jonyboi396825 +assignees: jonathanhliu21 --- diff --git a/.github/ISSUE_TEMPLATE/documentation-fix.md b/.github/ISSUE_TEMPLATE/documentation-fix.md index 3f72c7d..a981a44 100644 --- a/.github/ISSUE_TEMPLATE/documentation-fix.md +++ b/.github/ISSUE_TEMPLATE/documentation-fix.md @@ -3,7 +3,7 @@ name: Documentation fix about: Make documentation more clear/fix something wrong in documentation title: '' labels: documentation -assignees: jonyboi396825 +assignees: jonathanhliu21 --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 529efb6..8529b9c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: enhancement -assignees: jonyboi396825 +assignees: jonathanhliu21 --- diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 5db7fb0..047894d 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -3,7 +3,7 @@ name: Other about: Other issues title: '' labels: '' -assignees: jonyboi396825 +assignees: jonathanhliu21 --- diff --git a/README.md b/README.md index ccf731a..0104691 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Simple, embeddable, and extendable vector implementations in C++. **Note**: This is mostly tested on MacOS 12.6 with C++11, clang 13.0.0, CMake 3.22.2, and GNU make 3.81. -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jonyboi396825/simplevectors/test.yml) -![GitHub Docs Status](https://img.shields.io/github/actions/workflow/status/jonyboi396825/simplevectors/doc.yml?label=docs) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jonathanhliu21/simplevectors/test.yml) +![GitHub Docs Status](https://img.shields.io/github/actions/workflow/status/jonathanhliu21/simplevectors/doc.yml?label=docs) ## Links -- Source Code: -- Documentation: +- Source Code: +- Documentation: ## Quickstart diff --git a/doc/index.md b/doc/index.md index ffc880b..a86e902 100644 --- a/doc/index.md +++ b/doc/index.md @@ -8,13 +8,13 @@ Simple, embeddable, and extendable vector implementations in C++. @note This is mostly tested on MacOS 12.6 with C++11, clang 13.0.0, CMake 3.22.2, and GNU make 3.81. -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jonyboi396825/simplevectors/test.yml) -![GitHub Docs Status](https://img.shields.io/github/actions/workflow/status/jonyboi396825/simplevectors/doc.yml?label=docs) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jonathanhliu21/simplevectors/test.yml) +![GitHub Docs Status](https://img.shields.io/github/actions/workflow/status/jonathanhliu21/simplevectors/doc.yml?label=docs) ## Links -- Source Code: -- Documentation: +- Source Code: +- Documentation: ## Quickstart