Skip to content

Commit

Permalink
refactor: rename projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rockmagma02 committed Jun 26, 2024
1 parent a08670f commit 1943d5d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 23 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ body:
- type: markdown
attributes:
value: |
Please do your best to make the issue as easy to act on as possible, and only submit here if there is clearly a problem with SyncStream (ask in [Discussions](https://github.com/rockmagma02/SyncStream/discussions) first if unsure).
Please do your best to make the issue as easy to act on as possible, and only submit here if there is clearly a problem with StreamUtilities (ask in [Discussions](https://github.com/rockmagma02/StreamUtilities/discussions) first if unsure).
- type: checkboxes
id: steps
attributes:
label: Required prerequisites
description: Make sure you've completed the following steps before submitting your issue -- thank you!
options:
- label: I have read the documentation <http://syncstream.ruiyangsun.com/documentation/syncstream/>.
- label: I have read the documentation <http://StreamUtilities.ruiyangsun.com/documentation/StreamUtilities/>.
required: true
- label: I have searched the [Issue Tracker](https://github.com/rockmagma02/SyncStream/issues) and [Discussions](https://github.com/rockmagma02/SyncStream/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
- label: I have searched the [Issue Tracker](https://github.com/rockmagma02/StreamUtilities/issues) and [Discussions](https://github.com/rockmagma02/StreamUtilities/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
required: true
- label: Consider asking first in a [Discussion](https://github.com/rockmagma02/SyncStream/discussions).
- label: Consider asking first in a [Discussion](https://github.com/rockmagma02/StreamUtilities/discussions).
required: false

- type: input
id: version
attributes:
label: What version of SyncStream are you using?
label: What version of StreamUtilities are you using?
placeholder: E.g., 1.0.0
validations:
required: true
Expand All @@ -35,7 +35,7 @@ body:
label: Problem description
description: >-
Provide a short description, state the expected behavior and what actually happens. Include
relevant information like what version of SyncStream you are using, what system you are on,
relevant information like what version of StreamUtilities you are using, what system you are on,
and any useful commands / output.
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Start a discussion
url: https://github.com/rockmagma02/SyncStream/discussions
url: https://github.com/rockmagma02/StreamUtilities/discussions
about: Please ask and answer questions here if unsure.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ body:
label: Required prerequisites
description: Make sure you've completed the following steps before submitting your issue -- thank you!
options:
- label: I have searched the [Issue Tracker](https://github.com/rockmagma02/SyncStream/issues) and [Discussions](https://github.com/rockmagma02/SyncStream/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
- label: I have searched the [Issue Tracker](https://github.com/rockmagma02/StreamUtilities/issues) and [Discussions](https://github.com/rockmagma02/StreamUtilities/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
required: true
- label: Consider asking first in a [Discussion](https://github.com/rockmagma02/SyncStream/discussions).
- label: Consider asking first in a [Discussion](https://github.com/rockmagma02/StreamUtilities/discussions).
required: false

- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ body:
options:
- label: I have read the documentation .
required: true
- label: I have searched the [Issue Tracker](https://github.com/rockmagma02/SyncStream/issues) and [Discussions](https://github.com/rockmagma02/SyncStream/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
- label: I have searched the [Issue Tracker](https://github.com/rockmagma02/StreamUtilities/issues) and [Discussions](https://github.com/rockmagma02/StreamUtilities/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
required: true
- label: Consider asking first in a [Discussion](https://github.com/rockmagma02/SyncStream/discussions).
- label: Consider asking first in a [Discussion](https://github.com/rockmagma02/StreamUtilities/discussions).
required: false

- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax `close #15213` if this solves the issue #15213

- [ ] I have raised an issue to propose this change ([required](https://github.com/rockmagma02/SyncStream/issues) for new features and bug fixes)
- [ ] I have raised an issue to propose this change ([required](https://github.com/rockmagma02/StreamUtilities/issues) for new features and bug fixes)

## Types of changes

Expand All @@ -24,7 +24,7 @@ What types of changes does your code introduce? Put an `x` in all the boxes that
Go over all the following points, and put an `x` in all the boxes that apply.
If you are unsure about any of these, don't hesitate to ask. We are here to help!

- [ ] I have read the [CONTRIBUTION](https://github.com/rockmagma02/SyncStream/blob/main/CODE_OF_CONDUCT.md) guide. (**required**)
- [ ] I have read the [CONTRIBUTION](https://github.com/rockmagma02/StreamUtilities/blob/main/CODE_OF_CONDUCT.md) guide. (**required**)
- [ ] My change requires a change to the documentation.
- [ ] I have updated the tests accordingly. (*required for a bug fix or a new feature*)
- [ ] I have updated the documentation accordingly.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Build and Test

on:
push:
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
- name: pre-commit
run: make pre-commit
- name: addlicense
run: make addlicense-directly
run: make addlicense
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
print-%: ; @echo $* = $($*)
PROJECT_NAME = SyncStream
PROJECT_NAME = StreamUtilities
COPYRIGHT = "Ruiyang Sun. All Rights Reserved."
SOURCE_FOLDERS = Sources Tests
SHELL = /bin/bash
Expand Down Expand Up @@ -101,7 +101,7 @@ swiftformat-install:
fi

addlicense-install: go-install
command -v $(HOME)/go/bin/addlicense || go get -u github.com/google/addlicense
command -v $(HOME)/go/bin/addlicense || go install github.com/google/addlicense@latest

# Tools
pre-commit: pre-commit-install
Expand All @@ -119,9 +119,3 @@ swiftformat: swiftformat-install
addlicense: addlicense-install
$(HOME)/go/bin/addlicense -c $(COPYRIGHT) -l apache -y 2024-$(shell date +"%Y") $(SOURCE_FOLDERS)
$(HOME)/go/bin/addlicense -c $(COPYRIGHT) -l apache -y 2024-$(shell date +"%Y") -c $(SOURCE_FOLDERS)

addlicense-directly:
brew install go
command -v $(HOME)/go/bin/addlicense || go install github.com/google/addlicense@latest
$(HOME)/go/bin/addlicense -c $(COPYRIGHT) -l apache -y 2024-$(shell date +"%Y") $(SOURCE_FOLDERS)
$(HOME)/go/bin/addlicense -c $(COPYRIGHT) -l apache -y 2024-$(shell date +"%Y") -c $(SOURCE_FOLDERS)

0 comments on commit 1943d5d

Please sign in to comment.