Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/vafa-ac/xepersian
Browse files Browse the repository at this point in the history
  • Loading branch information
Vafa Khalighi committed Mar 3, 2019
2 parents 73b5868 + 9ec5636 commit 09f20cd
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 !!
-->
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/pull-request.md
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 !!
-->
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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 !!
-->

0 comments on commit 09f20cd

Please sign in to comment.