You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+16-38Lines changed: 16 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,13 @@
1
1
# Contributing to Google Analytics Plugin for dotCMS
2
2
3
-
Thank you for your interest in contributing to the Google Analytics plugin! This document provides guidelines and instructions for contributing.
3
+
Thank you for your interest in contributing! We welcome pull requests that improve the plugin.
4
4
5
-
## Code of Conduct
6
-
7
-
By participating in this project, you agree to abide by the dotCMS [Code of Conduct](https://dotcms.com/code-of-conduct). Please be respectful and constructive in all interactions.
8
-
9
-
## How Can I Contribute?
10
-
11
-
### Reporting Bugs
12
-
13
-
Before creating a bug report:
14
-
- Check the [existing issues](https://github.com/dotCMS/google-analytics/issues) to avoid duplicates
15
-
- Verify you're using the latest version of the plugin
16
-
- Test with a clean dotCMS installation if possible
17
-
18
-
When creating a bug report, include:
19
-
-**Plugin version** (e.g., 0.4.1)
20
-
-**dotCMS version** (e.g., 23.01.10)
21
-
-**Steps to reproduce** the issue
22
-
-**Expected behavior** vs. **actual behavior**
23
-
-**Error messages** from dotCMS logs
24
-
-**Sample Velocity code** that demonstrates the issue
25
-
26
-
### Suggesting Enhancements
27
-
28
-
Enhancement suggestions are welcome! Please include:
29
-
-**Clear use case** - What problem does this solve?
30
-
-**Proposed solution** - How should it work?
31
-
-**Alternatives considered** - What other approaches did you think about?
32
-
-**Impact** - Who benefits from this enhancement?
33
-
34
-
### Pull Requests
35
-
36
-
We actively welcome pull requests!
5
+
## Pull Requests
37
6
38
7
#### Before You Start
39
8
40
-
1.**Check existing issues/PRs** - Someone might already be working on it
41
-
2.**Open an issue first** for significant changes to discuss the approach
42
-
3.**Keep changes focused** - One feature/fix per PR
9
+
1.**Keep changes focused** - One feature/fix per PR
10
+
2.**Fork the repository** - Work on your own fork
43
11
44
12
#### Development Setup
45
13
@@ -181,7 +149,18 @@ This plugin follows [Semantic Versioning](https://semver.org/):
181
149
-**Minor (0.X.0)**: New features, backward compatible
0 commit comments