Skip to content

Commit

Permalink
Update contribution guide, bug repot and pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Nov 7, 2024
1 parent f2ea080 commit b20f84c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
38 changes: 16 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
assignees:
- katarinasupe
- antejavor
body:
- type: markdown
attributes:
value: |
## Bug Report
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: bug
---

**Chart type:**
_Specify the chart type you experienced issues with (Memgraph Standalone, Memgraph HA, Memgraph LAB)_
**Chart type:**
Specify the chart type you experienced issues with (Memgraph Standalone, Memgraph HA, Memgraph LAB)

**Chart version:**
_Specify the version of the chart you are running._
**Chart version:**
Specify the version of the chart you are running.

**What happened?**
_Describe the issue and what you expected to happen._
**What happened?**
Describe the issue and what you expected to happen.

**Environment:**
_Specify the environment where the issue occurred and how it could be related to the bug._
**Environment:**
Specify the environment where the issue occurred and how it could be related to the bug.

**Relevant log output:**
_Please copy and paste any relevant log output from pods and containers._
**Relevant log output:**
Please copy and paste any relevant log output from pods and containers.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: ^charts/(memgraph|memgraph-lab|memgraph-high-availability)/templates/
- id: check-json
- id: mixed-line-ending
- id: check-merge-conflict
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There are two main types of contributions:
1. **Bug fixes**
2. **New features**

Both types of fixes should be applied to the `release` branch, that is currently active based on the upcoming [milestone](https://github.com/memgraph/helm-charts/milestone/2) for example `release-0.1.3` branch.
Both types of fixes should be applied to the `main` branch.

In order for a pull request to be merged, a review by two code owners is required and the tests need to pass remotely.

Expand Down

0 comments on commit b20f84c

Please sign in to comment.