Skip to content

Commit

Permalink
Merge branch 'release/release-0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
BARAKAT committed May 16, 2023
2 parents d7f4b77 + f6ff9be commit f8f0956
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
**Describe your problem.**

A clear and concise description of what the problem is.


**If it is a bug name steps to reproduce**

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error


**If it is a bug complete the following information:**

- Version: [e.g. 1.2.3]
- OS: [e.g. Windows, Linux, OS X]
- Browser: [e.g. chrome, firefox, safari]


**Describe the solution you'd like**

A clear and concise description of what you want to happen.


**Additional context**

Add any other context or screenshots about the feature request here.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**What's in the PR**
* ...

**How to test manually**
* ...
5 changes: 5 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Always validate the PR title AND all the commits
titleAndCommits: true
# Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
allowMergeCommits: true

0 comments on commit f8f0956

Please sign in to comment.