This repository has been archived by the owner on Nov 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9e9fb0
commit 9ec5636
Showing
4 changed files
with
227 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: Bug | ||
assignees: vafa-ac | ||
|
||
--- | ||
|
||
<!--- | ||
!! Please fill out all sections !! | ||
--> | ||
|
||
## Brief outline of the issue | ||
|
||
## Check/indicate | ||
- [ ] Relevant to the `bidi` package | ||
- [ ] [The `bidi` package issue tracker](https://github.com/bidirtex/bidi/issues) has been searched for similar issues? | ||
- [ ] Issue tracker has been searched for similar issues? | ||
- [ ] Links to <tex.stackexchange.com> discussion if appropriate | ||
- [ ] Links to <qa.parsilatex.com> discussion if appropriate | ||
|
||
## Minimal example showing the issue | ||
|
||
```tex | ||
% !TEX TS-program = XeLaTeX | ||
% !TEX encoding = UTF-8 Unicode | ||
\documentclass{article} % or some other class | ||
% Any packages other than the xepersian package must be loaded here | ||
% The xepersian package must be loaded as the last package | ||
\usepackage[% | ||
% Any xepersian package option goes here | ||
]{xepersian} | ||
\settextfont{IRXLotus} | ||
% Any preamble code goes here | ||
\begin{document} | ||
% Demonstration of issue here | ||
\end{document} | ||
``` | ||
|
||
## Expected behavior | ||
|
||
|
||
## Log and PDF files | ||
|
||
<!--- | ||
!! Use drag-and-drop !! | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: Enhancement | ||
assignees: vafa-ac | ||
|
||
--- | ||
|
||
<!--- | ||
!! Please fill out all sections !! | ||
--> | ||
|
||
## Brief outline of the feature request | ||
|
||
|
||
## Check/indicate | ||
- [ ] Relevant to the `bidi` package | ||
- [ ] [The `bidi` package issue tracker](https://github.com/bidirtex/bidi/issues) has been searched for similar issues? | ||
- [ ] Issue tracker has been searched for similar issues? | ||
- [ ] Links to <tex.stackexchange.com> discussion if appropriate | ||
- [ ] Links to <qa.parsilatex.com> discussion if appropriate | ||
|
||
## Minimal example | ||
|
||
```tex | ||
% !TEX TS-program = XeLaTeX | ||
% !TEX encoding = UTF-8 Unicode | ||
\documentclass{article} % or some other class | ||
% Any packages other than the xepersian package must be loaded here | ||
% The xepersian package must be loaded as the last package | ||
\usepackage[% | ||
% Any xepersian package option goes here | ||
]{xepersian} | ||
\settextfont{IRXLotus} | ||
% Any preamble code goes here | ||
\begin{document} | ||
% Demonstration of feature request here | ||
\end{document} | ||
``` | ||
|
||
## Expected behavior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
name: Pull request | ||
about: Describe this pull request's purpose here. | ||
title: '' | ||
labels: Pull | ||
assignees: vafa-ac | ||
|
||
--- | ||
|
||
<!--- | ||
!! Please fill out all sections !! | ||
--> | ||
|
||
## Status | ||
|
||
**READY/UNDER DEVELOPMENT/FOR DISCUSSION** | ||
|
||
## Description | ||
|
||
A few sentences describing the overall goals of the pull request's commits. | ||
|
||
## Todos | ||
- [ ] Relevant to the `bidi` package | ||
- [ ] [The `bidi` package issue tracker](https://github.com/bidirtex/bidi/issues) has been searched for similar issues? | ||
- [ ] Issue tracker has been searched for similar issues? | ||
- [ ] Links to <tex.stackexchange.com> discussion if appropriate | ||
- [ ] Links to <qa.parsilatex.com> discussion if appropriate | ||
- [ ] Tests added to cover new/fixed functionality | ||
- [ ] Documentation if necessary | ||
|
||
## Minimal example showing the new/fixed functionality | ||
|
||
|
||
```tex | ||
% !TEX TS-program = XeLaTeX | ||
% !TEX encoding = UTF-8 Unicode | ||
\documentclass{article} % or some other class | ||
% Any packages other than the xepersian package must be loaded here | ||
% The xepersian package must be loaded as the last package | ||
\usepackage[% | ||
% Any xepersian package option goes here | ||
]{xepersian} | ||
\settextfont{IRXLotus} | ||
% Any preamble code goes here | ||
\begin{document} | ||
% Demonstration of the new/fixed functionality here | ||
\end{document} | ||
``` | ||
|
||
## Expected behavior | ||
|
||
|
||
## Log and PDF files | ||
|
||
<!--- | ||
!! Use drag-and-drop !! | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
name: Question | ||
about: Ask any question about the package | ||
title: '' | ||
labels: Question | ||
assignees: vafa-ac | ||
|
||
--- | ||
|
||
<!--- | ||
!! Please fill out all sections !! | ||
--> | ||
|
||
## Brief outline of the question | ||
|
||
|
||
## Check/indicate | ||
- [ ] Relevant to the `bidi` package | ||
- [ ] [The `bidi` package issue tracker](https://github.com/bidirtex/bidi/issues) has been searched for similar issues? | ||
- [ ] Issue tracker has been searched for similar issues? | ||
- [ ] Links to <tex.stackexchange.com> discussion if appropriate | ||
- [ ] Links to <qa.parsilatex.com> discussion if appropriate | ||
|
||
## Minimal example | ||
|
||
```tex | ||
% !TEX TS-program = XeLaTeX | ||
% !TEX encoding = UTF-8 Unicode | ||
\documentclass{article} % or some other class | ||
% Any packages other than the xepersian package must be loaded here | ||
% The xepersian package must be loaded as the last package | ||
\usepackage[% | ||
% Any xepersian package option goes here | ||
]{xepersian} | ||
\settextfont{IRXLotus} | ||
% Any preamble code goes here | ||
\begin{document} | ||
% Demonstration of question here | ||
\end{document} | ||
``` | ||
|
||
## Expected behavior | ||
|
||
## Log and PDF files | ||
|
||
<!--- | ||
!! Use drag-and-drop !! | ||
--> |