Skip to content

Commit 7b0bfc8

Browse files
committed
chore: renamed placeholder
1 parent 03cee41 commit 7b0bfc8

16 files changed

+52
-73
lines changed

.github/CONTRIBUTING.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Here are a few guidelines that will help you along the way.
2929
- [Release process](#release process)
3030
- [Join the Project Team](#join-the-project-team)
3131

32-
## [Code of Conduct](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CODE_OF_CONDUCT.md)
32+
## [Code of Conduct](https://github.com/visulima/packem/blob/main/.github/CODE_OF_CONDUCT.md)
3333

3434
<\**ORGANIZATIONS*uppercase\*> has adopted the [Contributor Covenant](https://www.contributor-covenant.org/) as its Code of Conduct, and we expect project participants to adhere to it.
35-
Please read [the full text](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
35+
Please read [the full text](https://github.com/visulima/packem/blob/main/.github/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
3636

3737
## Introduction
3838

@@ -47,9 +47,9 @@ The [Project Team](#join-the-project-team) looks forward to your contributions.
4747
If you have a question about this project, how to use it, or just need clarification about something:
4848

4949
- First, search the issues to see if someone else already had the same problem as you.
50-
- If not, open an GitHub Discussion at [Q&A](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/discussions/categories/q-a)
50+
- If not, open an GitHub Discussion at [Q&A](https://github.com/visulima/packem/discussions/categories/q-a)
5151
- Provide as much context as you can about what you're running into.
52-
- Provide project and platform versions (nodejs, npm, etc) you can use `npx envinfo --system --npmPackages '@{{ SCOPED_PACKAGE_NAME }}/*' --binaries --browsers`, depending on what seems relevant. If not, please be ready to provide that information if maintainers ask for it.
52+
- Provide project and platform versions (nodejs, npm, etc) you can use `npx envinfo --system --npmPackages '@visulima/*' --binaries --browsers`, depending on what seems relevant. If not, please be ready to provide that information if maintainers ask for it.
5353

5454
Once it's filed:
5555

@@ -63,7 +63,7 @@ If you run into an error or bug with the project:
6363

6464
- First, search the open issues to see if someone else already reported this error or bug.
6565
- If it's the case, add a +1 (thumb up reaction) to the issue and reply to the thread if you have something useful to add.
66-
- If nobody submitted this error or bug, open an issue as [Bug report](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/issues/new?assignees=&labels=s%3A+pending+triage%2Cc%3A+bug&projects=&template=bug_report.yml) and follow the steps to create the report.
66+
- If nobody submitted this error or bug, open an issue as [Bug report](https://github.com/visulima/packem/issues/new?assignees=&labels=s%3A+pending+triage%2Cc%3A+bug&projects=&template=bug_report.yml) and follow the steps to create the report.
6767
> Include _reproduction steps_ that someone else can follow to recreate the bug or error on their own.
6868
6969
Once it's filed:
@@ -82,7 +82,7 @@ If the project doesn't do something you need or want it to do:
8282

8383
- First, search the open issues to see if someone else already requested that feature.
8484
- If it's the case, add a +1 (thumb up reaction) to the initial request and reply to the thread if you have something meaningful to add.
85-
- If nobody submitted this request, open an issue as [New feature proposal](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/issues/new?assignees=&labels=s%3A+pending+triage%2Cc%3A+feature%2Cs%3A+waiting+for+user+interest&projects=&template=feature_request.yml) and follow the steps to create the proposal.
85+
- If nobody submitted this request, open an issue as [New feature proposal](https://github.com/visulima/packem/issues/new?assignees=&labels=s%3A+pending+triage%2Cc%3A+feature%2Cs%3A+waiting+for+user+interest&projects=&template=feature_request.yml) and follow the steps to create the proposal.
8686

8787
Once it's filed:
8888

@@ -99,7 +99,7 @@ Working on your first Pull Request? You can learn how from this free video serie
9999

100100
[How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
101101

102-
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/issues?q=is:open+is:issue+label:%22good+first+issue%22) that contain bugs that have a relatively limited scope.
102+
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/visulima/packem/issues?q=is:open+is:issue+label:%22good+first+issue%22) that contain bugs that have a relatively limited scope.
103103
This is a great place to get started.
104104

105105
If you decide to fix an issue, please be sure to check the comment thread in case somebody is already working on a fix.
@@ -118,7 +118,7 @@ If you want to go the usual route and run the project locally, though:
118118

119119
- [Install Node.js](https://nodejs.org/en/download/)
120120
- [Install nvm](https://github.com/nvm-sh/nvm#installing-and-updating) (optional)
121-
> {{ ORGANIZATIONS_capitalize }} use nvm to manage the different node version, if you don't want to install `nvm`, check the package.json -> engines -> node value for the min support node version.
121+
> Visulima use nvm to manage the different node version, if you don't want to install `nvm`, check the package.json -> engines -> node value for the min support node version.
122122
- [Install pnpm](https://pnpm.io/installation)
123123
- [Fork the project](https://guides.github.com/activities/forking/#fork)
124124

@@ -131,7 +131,7 @@ Then in your terminal:
131131

132132
And you should be ready to go!
133133

134-
> If you run into any issue with the setup, check first the [TROUBLESHOOT.md](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/TROUBLESHOOT.md)
134+
> If you run into any issue with the setup, check first the [TROUBLESHOOT.md](https://github.com/visulima/packem/blob/main/.github/TROUBLESHOOT.md)
135135
136136
## Contribute Documentation
137137

@@ -517,7 +517,7 @@ Allowed scopes are:
517517

518518
> The scope is not checkable via `Semantic Pull Request` action as this would limit the scopes to only existing modules,
519519
> but if we add a new package like `fs`, then the PR author couldn't use the new package name as scope.
520-
> As such, we (the {{ ORGANIZATIONS_capitalize }} team) must be mindful of valid scopes, and we reserve the right to edit titles as we see fit.
520+
> As such, we (the Visulima team) must be mindful of valid scopes, and we reserve the right to edit titles as we see fit.
521521
522522
Some examples of valid pull request titles:
523523

@@ -621,7 +621,7 @@ If you can't do this yourself, @mention a maintainer so they can do it.
621621
622622
In order to help other folks out with their questions:
623623
624-
- Go to the GitHub discussions and [open the Q&A category](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/discussions/categories/q-a).
624+
- Go to the GitHub discussions and [open the Q&A category](https://github.com/visulima/packem/discussions/categories/q-a).
625625
- Read through the list until you find something that you're familiar enough with to give an answer to.
626626
- Respond to the discussion with whatever details are needed to clarify the question, or get more details about what's going on.
627627
- Once the discussion wraps up and things are clarified, either close the issue, or ask the original issue filer (or a maintainer) to close it for you.
@@ -632,15 +632,15 @@ Some notes on picking up support discussion:
632632
- As much as possible, try to refer to past issues or discussion with accepted answers. Link to them from your replies with the `#123` format.
633633
- Be kind and patient with users -- often, folks who have run into confusing things might be upset or impatient.
634634
This is ok.
635-
Try to understand where they're coming from, and if you're too uncomfortable with the tone, feel free to stay away or withdraw from the issue. (note: if the user is outright hostile or is violating the CoC, [refer to the Code of Conduct](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CODE_OF_CONDUCT.md) to resolve the conflict).
635+
Try to understand where they're coming from, and if you're too uncomfortable with the tone, feel free to stay away or withdraw from the issue. (note: if the user is outright hostile or is violating the CoC, [refer to the Code of Conduct](https://github.com/visulima/packem/blob/main/.github/CODE_OF_CONDUCT.md) to resolve the conflict).
636636

637637
## Label Issues
638638

639639
[Needs Collaborator](#join-the-project-team): Issue Tracker
640640

641641
One of the most important tasks in handling issues is labeling them usefully and accurately. All other tasks involving issues ultimately rely on the issue being classified in such a way that relevant parties looking to do their own tasks can find them quickly and easily.
642642

643-
In order to label issues, [open up the list of unlabeled issues](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/issues?q=is%3Aopen+is%3Aissue+no%3Alabel) and, **from newest to oldest**, read through each one and apply issue labels according to the table below. If you're unsure about what label to apply, skip the issue and try the next one: don't feel obligated to label each and every issue yourself!
643+
In order to label issues, [open up the list of unlabeled issues](https://github.com/visulima/packem/issues?q=is%3Aopen+is%3Aissue+no%3Alabel) and, **from newest to oldest**, read through each one and apply issue labels according to the table below. If you're unsure about what label to apply, skip the issue and try the next one: don't feel obligated to label each and every issue yourself!
644644

645645
| Label | Apply When | Notes |
646646
| ------------------------------ | -------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

.github/ISSUE_TEMPLATE/bug_report.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ body:
99
1010
If you are unsure whether your problem is a bug or not, you can check the following:
1111
12-
- open a new [discussion](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/discussions) and ask your question there
12+
- open a new [discussion](https://github.com/visulima/packem/discussions) and ask your question there
1313
1414
- type: "checkboxes"
1515
id: "checkboxes"
1616
attributes:
1717
label: "Pre-Checks"
1818
description: "Before submitting the issue, please make sure you do the following"
1919
options:
20-
- label: "Follow our [Code of Conduct](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CODE_OF_CONDUCT.md)."
20+
- label: "Follow our [Code of Conduct](https://github.com/visulima/packem/blob/main/.github/CODE_OF_CONDUCT.md)."
2121
required: true
22-
- label: "Read the [Contributing Guidelines](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CONTRIBUTING.md)."
22+
- label: "Read the [Contributing Guidelines](https://github.com/visulima/packem/blob/main/.github/CONTRIBUTING.md)."
2323
required: true
24-
- label: "Check that there isn't [already an issue](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/issues) that reports the same bug to avoid creating a duplicate."
24+
- label: "Check that there isn't [already an issue](https://github.com/visulima/packem/issues) that reports the same bug to avoid creating a duplicate."
2525
required: true
26-
- label: "Make sure this is a {{ REPOSITORY_NAME }} issue and not related to a combination with another package."
26+
- label: "Make sure this is a packem issue and not related to a combination with another package."
2727
required: true
28-
- label: "Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/discussions)."
28+
- label: "Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/visulima/packem/discussions)."
2929
required: true
3030
- label: "The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug."
3131
required: true
@@ -62,7 +62,7 @@ body:
6262
id: "environment-info"
6363
attributes:
6464
label: "Environment Info"
65-
description: "Output of `npx envinfo --system --npmPackages '@{{ SCOPED_PACKAGE_NAME }}/*' --binaries --browsers`"
65+
description: "Output of `npx envinfo --system --npmPackages '@visulima/*' --binaries --browsers`"
6666
render: "shell"
6767
placeholder: |
6868
System:
@@ -76,7 +76,7 @@ body:
7676
npm: _ - /usr/bin/npm
7777
pnpm: _ - /usr/bin/pnpm
7878
npmPackages:
79-
@{{ SCOPED_PACKAGE_NAME }}/*: _ => _
79+
@visulima/*: _ => _
8080
validations:
8181
required: true
8282

.github/ISSUE_TEMPLATE/feature_request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
id: "feature-description"
1010
attributes:
1111
label: "Clear and concise description of the problem"
12-
description: "As a developer using @{{ SCOPED_PACKAGE_NAME }}/* I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!"
12+
description: "As a developer using @visulima/* I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!"
1313
validations:
1414
required: true
1515
- type: "textarea"
@@ -35,9 +35,9 @@ body:
3535
label: "Validations"
3636
description: "Before submitting the issue, please make sure you do the following"
3737
options:
38-
- label: "Follow our [Code of Conduct](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CODE_OF_CONDUCT.md)."
38+
- label: "Follow our [Code of Conduct](https://github.com/visulima/packem/blob/main/.github/CODE_OF_CONDUCT.md)."
3939
required: true
40-
- label: "Read the [Contributing Guidelines](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CONTRIBUTING.md)."
40+
- label: "Read the [Contributing Guidelines](https://github.com/visulima/packem/blob/main/.github/CONTRIBUTING.md)."
4141
required: true
4242
- label: "Check that there isn't already an issue that request the same feature to avoid creating a duplicate."
4343
required: true

.github/workflows/allo-allo.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
allo-allo:
1616
uses: "anolilab/workflows/.github/workflows/allo-allo.yml@main"
1717
with:
18-
target-repo: "{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}"
18+
target-repo: "visulima/packem"
1919
issue-welcome: >
2020
It looks like this is your first issue. Welcome! 👋
2121
One of the project maintainers will be with you as soon as possible. We
2222
appreciate your patience. To safeguard the health of the project, please
23-
take a moment to read our [code of conduct](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CODE_OF_CONDUCT.md).
23+
take a moment to read our [code of conduct](https://github.com/visulima/packem/blob/main/.github/CODE_OF_CONDUCT.md).
2424
pr-welcome: >
2525
It looks like this is your first pull request. 🎉
2626
Thank you for your contribution! One of the project maintainers will triage
2727
and assign the pull request for review. We appreciate your patience. To
2828
safeguard the health of the project, please take a moment to read our
29-
[code of conduct](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/blob/main/.github/CODE_OF_CONDUCT.md).
29+
[code of conduct](https://github.com/visulima/packem/blob/main/.github/CODE_OF_CONDUCT.md).
3030
pr-merged: >
3131
Congratulations on your first merged pull request! 🎉
3232
Thank you for your contribution!

.github/workflows/cache-clear.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
cleanup-branch-cache:
1111
uses: "anolilab/workflows/.github/workflows/cleanup-branch-cache.yml@main"
1212
with:
13-
target-repo: "{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}"
13+
target-repo: "visulima/packem"

.github/workflows/comment-issue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
We do this because:
4848
4949
- There are plenty of frameworks/tools out there and we would like to ensure that every method can cover all or almost all of them.
50-
- Every feature we add to {{ ORGANIZATIONS }} has "costs" associated to it:
50+
- Every feature we add to visulima has "costs" associated to it:
5151
- initial costs: design, implementation, reviews, documentation
5252
- running costs: awareness of the feature itself, more complex module structure, increased bundle size, more work during refactors
5353
5454
---
5555
56-
[View more issues which are waiting for user interest](https://github.com/{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}/issues?q=is%3Aissue+is%3Aopen+label%3A%22s%3A+waiting+for+user+interest%22+)`,
56+
[View more issues which are waiting for user interest](https://github.com/visulima/packem/issues?q=is%3Aissue+is%3Aopen+label%3A%22s%3A+waiting+for+user+interest%22+)`,
5757
})
5858
5959
- name: "React to Issue"

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
files-changed:
2626
name: "Detect what files changed"
27-
if: "github.repository == '{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}'"
27+
if: "github.repository == 'visulima/packem'"
2828
runs-on: "ubuntu-22.04"
2929
timeout-minutes: 3
3030
# Map a step output to a job output

.github/workflows/lock-issues.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
lock-closed:
1010
uses: "anolilab/workflows/.github/workflows/lock-closed.yml@main"
1111
with:
12-
target-repo: "{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}"
12+
target-repo: "visulima/packem"

.github/workflows/semantic-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
semantic-release:
2020
name: "Semantic Release"
21-
if: "github.repository == '{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}'"
21+
if: "github.repository == 'visulima/packem'"
2222
runs-on: "ubuntu-latest"
2323
permissions:
2424
contents: "write" # to be able to publish a GitHub release

.github/workflows/stale-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
stale-issues:
99
uses: "anolilab/workflows/.github/workflows/stale-issues.yml@main"
1010
with:
11-
target-repo: "{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}"
11+
target-repo: "visulima/packem"

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 {{ ORGANIZATIONS }}
3+
Copyright (c) 2024 visulima
44

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

0 commit comments

Comments
 (0)