Skip to content

Commit

Permalink
feat: add pr and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek532 committed Feb 7, 2022
1 parent 43d7b33 commit c085313
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug report
about: Create a report to help me improve
title: "[Bug]"
labels: "Type: Bug"
assignees: ""
---

**To Reproduce**
Steps to reproduce the behavior:

**Actual behavior**
What actually happened.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Notes**
Ideas for fix or anything else.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature]"
labels: "Type: Feature"
assignees: ""
---

**Problem**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

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

**Notes**
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Description

Please read the [Contribution Guidelines](../CONTRIBUTING.md) before opening a pull request.

### Summary

Include a summary of the change and which issue is fixed.

### Browser checklist

This PR has been tested in the following browsers:

- [ ] Chrome
- [ ] Safari
- [ ] Firefox

### Closes # <-- link the issue number here
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ zagrodzki.me is an open source project, and contributions of any kind are welcom

## Issues

If you encounter a bug, please file a bug report. If you have a feature to request, please open a feature request. If you would like to work on an issue or feature, there is no need to request permission. Please add tests to any new features.
If you encounter a bug, please file a bug report. If you have a feature to request, please open a feature request. If you would like to work on an issue or feature, there is no need to request permission.

## Pull Requests

Expand Down
Binary file modified public/img/authors/zagrodzki.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit c085313

@vercel
Copy link

@vercel vercel bot commented on c085313 Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.