Skip to content

Commit

Permalink
.github templates without the forked master
Browse files Browse the repository at this point in the history
  • Loading branch information
moshmage committed May 13, 2021
1 parent 8cc1b26 commit 4b29700
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug, needs-triage

---

**Describe the bug**
<!-- A clear and concise description of what the bug is -->


**Reproduction**
<!-- Steps to reproduce this issue
For example:
1. Have certain environment
2. Run given code snippet in a certain way
3. See some behavior described
4. link a public repository if needed -->


**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->


**Logs, screenshots**
<!-- upload needed files, screenshots and logs here -->


**versions, packages, etc**
<!-- Attach your node version, bepro-js version, package.json, etc.. -->


**Additional context**
<!-- Add any other context about the problem here -->
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: Telegram Developer group
url: https://t.me/joinchat/PFH6S_Sa5JgzYWEx
about: Use this for discussions

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/place_bounty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Place a bounty
about: Request the aid of the community by offering BEPRO Tokens
labels: request, needs-triage

---

**Describe the feature or project**
<!-- A clear and concise description of what the feature is -->


**Available examples**
<!-- If there are any, provide existing examples -->


**Bounty**
<!-- (Optional) Amount of BEPRO bounty that will be awarded for the completion of this feature, if accepted and completed -->


**Who are we**
<!-- Requesting Github Entity -->
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
**Bounty**
<!-- A link to the original bounty -->


**Describe the solution**
<!-- A clear and concise description of what the solution is composed of -->


**Preview**
<!-- If possible, or visual, provide a live-preview of the solution -->


**ETH Wallet**
<!-- The Ethereum address for the BEPRO bounty payment -->


**Twitter Handle**
<!-- Optional -->

0 comments on commit 4b29700

Please sign in to comment.