Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contribution guide, bug repot and pre-commit. #71

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading