Procházet zdrojové kódy

docs(README): update bug report template to reference Readme instead of Docs

- Update the bug report template to direct users to search the MinerU Readme instead of Docs
- This change ensures users check the most relevant and up-to-date information source before reporting issues
myhloli před 7 měsíci
rodič
revize
619b3b6d32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -17,7 +17,7 @@ body:
       description: >
         Please search the MinerU [Readme](https://github.com/opendatalab/MinerU), [Issues](https://github.com/opendatalab/MinerU/issues) and [Discussions](https://github.com/opendatalab/MinerU/discussions) to see if a similar bug report already exists.
       options:
-        - label: I have searched the MinerU [Docs](https://github.com/opendatalab/MinerU) and found no similar bug report.
+        - label: I have searched the MinerU [Readme](https://github.com/opendatalab/MinerU) and found no similar bug report.
           required: true
         - label: I have searched the MinerU [Issues](https://github.com/opendatalab/MinerU/issues) and found no similar bug report.
           required: true