Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <juderamond@gmail.com>2022-07-24 10:26:53 +0300
committerJulien Déramond <juderamond@gmail.com>2022-07-24 10:26:53 +0300
commitf7713247ec02f13eb66ae373b46dd095911a1c17 (patch)
treecad701e36f0e0498cf084740e84ae86f14c62437
parentb6d27899fc03fe9c3be87a34e9d19696fb716f44 (diff)
Redirect users to different templates of issues rather than an empty onemain-jd-open-issue-choose
-rw-r--r--README.md2
-rw-r--r--site/content/docs/5.2/about/overview.md2
-rw-r--r--site/content/docs/5.2/about/team.md2
-rw-r--r--site/content/docs/5.2/examples/_index.md2
-rw-r--r--site/content/docs/5.2/extend/approach.md2
-rw-r--r--site/content/docs/5.2/getting-started/rtl.md2
6 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5e557c499b..b73fc58913 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified
## Bugs and feature requests
-Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
+Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new/choose).
## Documentation
diff --git a/site/content/docs/5.2/about/overview.md b/site/content/docs/5.2/about/overview.md
index f61101c15f..1f39b85aa3 100644
--- a/site/content/docs/5.2/about/overview.md
+++ b/site/content/docs/5.2/about/overview.md
@@ -26,4 +26,4 @@ Our latest release, Bootstrap 5, focuses on improving v4's codebase with as few
## Get involved
-Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop.
+Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new/choose) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop.
diff --git a/site/content/docs/5.2/about/team.md b/site/content/docs/5.2/about/team.md
index 3c1666f29d..c00ba4efcc 100644
--- a/site/content/docs/5.2/about/team.md
+++ b/site/content/docs/5.2/about/team.md
@@ -20,4 +20,4 @@ Bootstrap is maintained by the founding team and a small group of invaluable cor
</div>
{{< /team.inline >}}
-Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop.
+Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new/choose) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop.
diff --git a/site/content/docs/5.2/examples/_index.md b/site/content/docs/5.2/examples/_index.md
index 8241892a53..46688839b8 100644
--- a/site/content/docs/5.2/examples/_index.md
+++ b/site/content/docs/5.2/examples/_index.md
@@ -16,7 +16,7 @@ aliases: "/examples/"
<p>
<strong>RTL is still experimental</strong> and will evolve with feedback. Spotted something or have an improvement to suggest?
</p>
- <p><a href="{{ $.Site.Params.repo }}/issues/new">Please open an issue.</a></p>
+ <p><a href="{{ $.Site.Params.repo }}/issues/new/choose">Please open an issue.</a></p>
</div>
{{ end -}}
</div>
diff --git a/site/content/docs/5.2/extend/approach.md b/site/content/docs/5.2/extend/approach.md
index 3b8deeff23..4a4cc72e31 100644
--- a/site/content/docs/5.2/extend/approach.md
+++ b/site/content/docs/5.2/extend/approach.md
@@ -9,7 +9,7 @@ aliases:
While the getting started pages provide an introductory tour of the project and what it offers, this document focuses on _why_ we do the things we do in Bootstrap. It explains our philosophy to building on the web so that others can learn from us, contribute with us, and help us improve.
-See something that doesn't sound right, or perhaps could be done better? [Open an issue]({{< param repo >}}/issues/new)—we'd love to discuss it with you.
+See something that doesn't sound right, or perhaps could be done better? [Open an issue]({{< param repo >}}/issues/new/choose)—we'd love to discuss it with you.
## Summary
diff --git a/site/content/docs/5.2/getting-started/rtl.md b/site/content/docs/5.2/getting-started/rtl.md
index 19d33ffb47..f4abf050ba 100644
--- a/site/content/docs/5.2/getting-started/rtl.md
+++ b/site/content/docs/5.2/getting-started/rtl.md
@@ -15,7 +15,7 @@ You may also want to read up on [the RTLCSS project](https://rtlcss.com/), as it
{{< callout warning >}}
### Experimental feature
-The RTL feature is still **experimental** and will probably evolve according to user feedback. Spotted something or have an improvement to suggest? [Open an issue]({{< param repo >}}/issues/new), we'd love to get your insights.
+The RTL feature is still **experimental** and will probably evolve according to user feedback. Spotted something or have an improvement to suggest? [Open an issue]({{< param repo >}}/issues/new/choose), we'd love to get your insights.
{{< /callout >}}
## Required HTML