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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ As a general rule;
21
21
## Types of Contributions
22
22
23
23
Contributions can include:
24
+
24
25
-**Code improvements:** Fixing bugs or adding new features.
25
26
-**Documentation updates:** Enhancing clarity or adding missing information.
26
27
-**Feature requests:** Suggesting new capabilities or integrations.
@@ -39,17 +40,15 @@ This project follows a Fork/Feature Branch/Pull Request model. If you're not fam
39
40
```bash
40
41
git checkout -b feature/your-feature-name
41
42
```
42
-
6.**Make your changes**: Implement the changes you wish to contribute.
43
-
7.**Push your changes**: Upload your changes to your fork.
43
+
4.**Make your changes**: Implement the changes you wish to contribute.
44
+
5.**Push your changes**: Upload your changes to your fork.
44
45
```bash
45
46
git push -u origin feature/your-feature-name
46
47
```
47
-
9.**Create a pull request**: Propose your changes **to the main branch**.
48
-
48
+
6.**Create a pull request**: Propose your changes **to the main branch**.
49
49
50
50
# Need Help?
51
51
52
52
Again, do check the [developer guide](https://docs.postiz.com/developer-guide). Much of what you probably need to know is in there.
53
53
54
54
If you encounter any issues, please visit our [support page](https://docs.postiz.com/support) or check the community forums. Your contributions help make Postiz better!
0 commit comments