[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Update issue templates (enhancement request) (f809320f)

GitHub noreply at github.com
Mon Feb 10 12:34:28 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/f809320fdd1f12a60169202c45f6b0ce4b3e9101

>---------------------------------------------------------------

commit f809320fdd1f12a60169202c45f6b0ce4b3e9101
Author: Will Robertson <will at wspr.io>
Date:   Mon Feb 10 22:04:28 2020 +1030

    Update issue templates (enhancement request)


>---------------------------------------------------------------

f809320fdd1f12a60169202c45f6b0ce4b3e9101
 .github/ISSUE_TEMPLATE/enhancement-request.md | 42 +++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md
new file mode 100644
index 00000000..a9d78f07
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/enhancement-request.md
@@ -0,0 +1,42 @@
+---
+name: Enhancement request
+about: Core LaTeX2e rarely adds new features
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+## Brief outline of the enhancement
+
+**LaTeX2e generally cannot add new features without an extreme amount of care to accommodate backwards compatibility. Please do not be offended if your request is closed for being infeasible.**
+
+## Minimal example showing the current behaviour
+
+```latex
+\RequirePackage{latexbug}       % <--should be always the first line (see CONTRIBUTING)!
+\documentclass{article}
+
+  % Any preamble code goes here
+
+\begin{document}
+
+  % Demonstration of issue here
+  
+\end{document}
+```
+
+## Minimal example showing the desired new behaviour
+
+```latex
+\RequirePackage{latexbug}       % <--should be always the first line (see CONTRIBUTING)!
+\documentclass{article}
+
+  % Any preamble code goes here
+
+\begin{document}
+
+  % Demonstration of issue here
+  
+\end{document}
+```





More information about the latex3-commits mailing list.