Skip to content

Commit 703ee69

Browse files
committed
Configure repo README.md
1 parent c2a7b6f commit 703ee69

2 files changed

Lines changed: 10 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
2-
#contact_links:
3-
# - name: 💬 General Questions
4-
# url: https://github.com/daxlib/#PACKAGE_REPO_NAME#/discussions
5-
# about: Please ask and answer questions as a discussion thread
2+
contact_links:
3+
- name: 💬 General Questions
4+
url: https://github.com/daxlib/dev-daxlib-formatstring/discussions
5+
about: Please ask and answer questions as a discussion thread

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
> [!IMPORTANT]
2-
> This is a template repository for developing a daxlib package. After creating your package repository, make sure to complete the following steps:
3-
> - [ ] Search and replace `#PACKAGE_ID#` with your package ID (e.g., `DaxLib.MyAwesomeLib`)
4-
> - [ ] Search and replace `#PACKAGE_REPO_NAME#` with your repository name (e.g., `dev-daxlib-myawesomelib`)
5-
> - [ ] Configure the `manifest.daxlib` file
6-
> - [ ] Configure the `functions.tmdl` file
7-
> - [ ] (Optional) Configure the `.github/ISSUE_TEMPLATE/config.yml` file
8-
> - [ ] (Optional) Configure the `.github/CODEOWNERS` file
1+
# `DaxLib.FormatString` Development Repository
92

10-
---
11-
12-
# `#PACKAGE_ID#` Development Repository
13-
14-
This is the official development repository for the [**#PACKAGE_ID#**](https://daxlib.org/package/#PACKAGE_ID#/) library.
3+
This is the official development repository for the [**DaxLib.FormatString**](https://daxlib.org/package/DaxLib.FormatString/) library.
154

165
## About
176

18-
The library is officially distributed via [daxlib.org](https://daxlib.org/package/#PACKAGE_ID#/), which is the recommended and supported way to consume it.
7+
The library is officially distributed via [daxlib.org](https://daxlib.org/package/DaxLib.FormatString/), which is the recommended and supported way to consume it.
198

209
This repository is where we:
2110

@@ -36,18 +25,18 @@ New versions follow this workflow:
3625

3726
## How to Contribute
3827

39-
- Fork this repository: [https://github.com/daxlib/#PACKAGE_REPO_NAME#/fork](https://github.com/daxlib/#PACKAGE_REPO_NAME#/fork)
28+
- Fork this repository: [https://github.com/daxlib/dev-daxlib-formatstring/fork](https://github.com/daxlib/dev-daxlib-formatstring/fork)
4029
- Create a feature branch for your changes
4130
- Submit a Pull Request with a clear description of your changes
4231

4332
## How to report Issues
4433

45-
- Open an issue or bug using GitHub Issues: https://github.com/daxlib/#PACKAGE_REPO_NAME#/issues/new
34+
- Open an issue or bug using GitHub Issues: https://github.com/daxlib/dev-daxlib-formatstring/issues/new
4635

4736
## How to stay updated on new releases
4837

4938
To receive notifications for every new release, you can use the GitHub **Subscribe** feature:
5039

51-
1. Go to the main page of the repository: [https://github.com/daxlib/#PACKAGE_REPO_NAME#](https://github.com/daxlib/#PACKAGE_REPO_NAME#)
40+
1. Go to the main page of the repository: [https://github.com/daxlib/dev-daxlib-formatstring](https://github.com/daxlib/dev-daxlib-formatstring)
5241
2. In the top right, click the **Notifications** bell icon and select **Watching**
5342
3. This way, you can configure your notification for new releases and other activities

0 commit comments

Comments
 (0)