Skip to content

Commit

Permalink
update username
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhliu21 committed May 24, 2024
1 parent 75d55b7 commit f0b50af
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve simplevectors
title: ''
labels: bug
assignees: jonyboi396825
assignees: jonathanhliu21

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation fix
about: Make documentation more clear/fix something wrong in documentation
title: ''
labels: documentation
assignees: jonyboi396825
assignees: jonathanhliu21

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: jonyboi396825
assignees: jonathanhliu21

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Other
about: Other issues
title: ''
labels: ''
assignees: jonyboi396825
assignees: jonathanhliu21

---

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/jonyboi396825/simplevectors>
- Documentation: <https://jonyboi396825.github.io/simplevectors/index.html>
- Source Code: <https://github.com/jonathanhliu21/simplevectors>
- Documentation: <https://jonathanhliu21.github.io/simplevectors/index.html>

## Quickstart

Expand Down
8 changes: 4 additions & 4 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/jonyboi396825/simplevectors>
- Documentation: <https://jonyboi396825.github.io/simplevectors/index.html>
- Source Code: <https://github.com/jonathanhliu21/simplevectors>
- Documentation: <https://jonathanhliu21.github.io/simplevectors/index.html>

## Quickstart

Expand Down

0 comments on commit f0b50af

Please sign in to comment.