Commit ebb9ecf9 authored by Ruslan Konviser's avatar Ruslan Konviser
Browse files

feat: add more templates on Github

parent c0e2f7d1
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
## Contributing to Ever
## Contributing to Ever Demand Platform

We would love for you to contribute to Ever Platform!
We would love for you to contribute to Ever Demand Platform!

## Got a Question

If you have a questions about how to use Ever Platform it's best to contact us on Slack, Discord or other community chat, see [Contact Us Details](https://github.com/ever-co/ever#contact-us) for more information.
If you have a questions about how to use Ever Platform it's best to contact us on Slack, Discord or other community chat, see [Contact Us Details](https://github.com/ever-co/ever-demand#contact-us) for more information.

## Submitting Pull Requests

@@ -22,7 +22,7 @@ Note: you only need to do this signing procedure once, either for you or your co

## Branching

For branching naming / usage see [Branching Strategy and CI Wiki page](https://github.com/ever-co/ever/wiki/Branching-strategy-and-CI)
For branching naming / usage see [Branching Strategy and CI Wiki page](https://github.com/ever-co/ever-demand/wiki/Branching-strategy-and-CI)

## Submitting bug reports

.github/ISSUE_TEMPLATE.md

deleted100644 → 0
+0 −0

Empty file deleted.

+45 −0
Original line number Diff line number Diff line
---
name: Bug
about: Create a report to help us improve Ever Demand Platform
title: ''
labels: ''
assignees: ''
---
# Bug Report

<!--
  Please fill in each section completely. Thank you!
-->

### 🔎 Search Terms

<!--
  What search terms did you use when trying to find an existing bug report?
  List them here so people in the future can find this one more easily.
-->

### 🕗 Version & Regression Information

<!-- When did you start seeing this bug occur?

Please keep and fill in the line that best applies:
-->
- This is a crash
- This changed between versions ______ and _______
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________
- I was unable to test this on prior versions because _______

### 💻 Code

<!-- Please post the relevant code sample here as well-->
```ts
//  Sample of code
```

### 🙁 Actual behavior

<!-- What happened, and why it was wrong -->

### 🙂 Expected behavior

<!-- What you expected to happen instead, and why -->
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
---
blank_issues_enabled: true
contact_links:
  -
    about: "Please check the Wiki before filing new issues"
    name: "Wiki"
    url: "https://github.com/ever-co/ever-demand/wiki"

.github/SUPPORT.md

0 → 100644
+1 −0
Original line number Diff line number Diff line
# Support
 No newline at end of file
Loading