Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body:
attributes:
label: Confirmation
options:
- label: I performed a [search of the issue tracker](https://github.com/{username}/{reponame}/issues) to avoid opening a duplicate issue
- label: I performed a [search of the issue tracker](https://github.com/SegoCode/unical/issues) to avoid opening a duplicate issue
required: true
- label: I understand that not filling out this template correctly may lead to the issue being closed
required: true
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: Contact the developer
url: https://{username}.github.io/{username}/
url: https://SegoCode.github.io/SegoCode/
about: To discuss any type of related topic
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body:
attributes:
label: Confirmation
options:
- label: I performed a [search of the feature requests](https://github.com/{username}/{reponame}/issues) to avoid suggesting a duplicate feature
- label: I performed a [search of the feature requests](https://github.com/SegoCode/unical/issues) to avoid suggesting a duplicate feature
required: true
- label: I understand that not filling out this template correctly may lead to the request being closed
required: true
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
If you discover a vulnerability in this application, that poses a significant threat to the security of the users, we recommend that you do not open a public issue. Instead, please send your report via [email](https://{username}.github.io/{username}/). Include as much detailed information as possible to help understand the nature of the vulnerability.
If you discover a vulnerability in this application, that poses a significant threat to the security of the users, we recommend that you do not open a public issue. Instead, please send your report via [email](https://SegoCode.github.io/SegoCode/). Include as much detailed information as possible to help understand the nature of the vulnerability.
100 changes: 0 additions & 100 deletions .github/workflows/initializer.yml

This file was deleted.

4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Source Available PolyForm Noncommercial + GNU AGPL-3.0 License

<https://github.com/{username}/{reponame}/blob/main/LICENSE>
<https://github.com/SegoCode/unical/blob/main/LICENSE>

## Acceptance

Expand Down Expand Up @@ -37,7 +37,7 @@ URL for them above, as well as copies of any plain-text lines
beginning with `Required Notice:` that the licensor provided
with the software. For example:

> Required Notice: Copyright [{username}] ([https://github.com/{username}/{reponame}])
> Required Notice: Copyright [SegoCode] ([https://github.com/SegoCode/unical])

## Changes and New Works License

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {reponame}
# unical

<h3 align="center"><img src="media/demo.png"></h3>

Expand All @@ -10,11 +10,11 @@
</p>

## About
[![Top language](https://img.shields.io/github/languages/top/{username}/{reponame}?style=flat-square)](https://github.com/{username}/{reponame})
[![Repository size](https://img.shields.io/github/repo-size/{username}/{reponame}?style=flat-square&label=repo%20size)](https://github.com/{username}/{reponame})
[![Commit activity per year](https://img.shields.io/github/commit-activity/y/{username}/{reponame}?style=flat-square&label=commits)](https://github.com/{username}/{reponame}/graphs/commit-activity)
[![GitHub downloads](https://img.shields.io/github/downloads/{username}/{reponame}/total?style=flat-square&label=downloads)](https://github.com/{username}/{reponame}/releases)
[![Licencia: PolyForm Noncommercial + GNU AGPL-3.0](https://img.shields.io/badge/License-PolyForm%20Noncommercial%20%2B%20GNU%20AGPL--3.0-blue?style=flat-square)](https://github.com/{username}/{reponame}/blob/main/LICENSE)
[![Top language](https://img.shields.io/github/languages/top/SegoCode/unical?style=flat-square)](https://github.com/SegoCode/unical)
[![Repository size](https://img.shields.io/github/repo-size/SegoCode/unical?style=flat-square&label=repo%20size)](https://github.com/SegoCode/unical)
[![Commit activity per year](https://img.shields.io/github/commit-activity/y/SegoCode/unical?style=flat-square&label=commits)](https://github.com/SegoCode/unical/graphs/commit-activity)
[![GitHub downloads](https://img.shields.io/github/downloads/SegoCode/unical/total?style=flat-square&label=downloads)](https://github.com/SegoCode/unical/releases)
[![Licencia: PolyForm Noncommercial + GNU AGPL-3.0](https://img.shields.io/badge/License-PolyForm%20Noncommercial%20%2B%20GNU%20AGPL--3.0-blue?style=flat-square)](https://github.com/SegoCode/unical/blob/main/LICENSE)
[![Bitcoin BTC](https://img.shields.io/badge/buy_me_a_coffee-BTC-F7931A?style=flat-square&logo=bitcoin&logoColor=white)](https://github.com/SegoCode/SegoCode/discussions/2)


Expand Down Expand Up @@ -68,6 +68,6 @@ example.exe -done
Provide a direct link to where users can download the application

---
<p align="center"><a href="https://github.com/{username}/{reponame}/graphs/contributors">
<img src="https://contrib.rocks/image?repo={username}/{reponame}" />
<p align="center"><a href="https://github.com/SegoCode/unical/graphs/contributors">
<img src="https://contrib.rocks/image?repo=SegoCode/unical" />
</a></p>
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To initialize the repository:

4. **Review the generated changes**:

- The workflow replaces all instances of `{reponame}` and `{username}` in all files with the actual repository name and username.
- The workflow replaces all instances of `unical` and `SegoCode` in all files with the actual repository name and username.
- It removes the initializer workflow file (`initializer.yml`).
- It creates `develop` if needed.
- It commits these changes to `chore/initialize-repository` using a Conventional Commit and opens a PR to `main`.
Expand Down Expand Up @@ -57,7 +57,7 @@ We use a branching model inspired by Gitflow to manage our development process:
Fork the repository to your own GitHub account and clone it to your local machine:

```
git clone https://github.com/{username}/{reponame}.git
git clone https://github.com/SegoCode/unical.git
```

### 2. Create a Feature Branch
Expand Down