You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
9
2
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.
15
4
16
5
## About
17
6
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.
19
8
20
9
This repository is where we:
21
10
@@ -36,18 +25,18 @@ New versions follow this workflow:
36
25
37
26
## How to Contribute
38
27
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)
40
29
- Create a feature branch for your changes
41
30
- Submit a Pull Request with a clear description of your changes
42
31
43
32
## How to report Issues
44
33
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
46
35
47
36
## How to stay updated on new releases
48
37
49
38
To receive notifications for every new release, you can use the GitHub **Subscribe** feature:
50
39
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)
52
41
2. In the top right, click the **Notifications** bell icon and select **Watching**
53
42
3. This way, you can configure your notification for new releases and other activities
0 commit comments