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
+30-14Lines changed: 30 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,29 @@
2
2
3
3
From opening a bug report to creating a pull request: every contribution is appreciated and welcome.
4
4
5
-
If you're planning to implement a new feature or change the docker-library repository, please [create an issue](https://github.com/websoft9/docker-library/issues/new/choose) first. This way we can ensure that your precious work is not in vain.
6
-
7
-
## Process
5
+
If you're planning to implement a new feature or change this repository, please [create an issue](https://github.com/websoft9/docker-library/issues/new/choose) first. This way we can ensure that your precious work is not in vain.
6
+
7
+
## Quick start for contributing new application
8
+
9
+
Below is the steps for contributing new application:
10
+
11
+
1. Create issue by template **New docker compose request**
12
+
2. Waiting for Maintainers/owner Assessment until it is completed.
13
+
3. Install Websoft9 at your server or apply online development account from Websoft9
14
+
4. SSH to develoment host machine and running below command
If you want to start to develop this repository, it is very useful for you to read [the develop documentation](docs/code_owner.md)
20
40
21
-
## Fork
22
-
23
-
Contributor only allow to fork [main branch](https://github.com/Websoft9/docker-library/tree/main) and pull request for it. Maintainers don't accept any pr to **production branch**
24
-
25
41
## Branch
26
42
27
43
This repository have these branchs:
28
44
29
-
-**Contributor's branch**: Develpoer can fork main branch as their delelopment branch anytime
30
-
-**main branch**: The only branch that accepts PR from Contributors's branch
45
+
-**dev branch**: Contributor only allow to fork [dev branch](https://github.com/Websoft9/docker-library/tree/dev) and pull request for it.
46
+
-**main branch**: It is expected to contain code that is stable and ready for deployment.
31
47
32
-
Flow: Contributor's branch → main branch
48
+
> Maintainers/owner don't accept any pr to **main branch** from developer directly.
33
49
34
50
## Pull request
35
51
36
52
[Pull request](https://docs.github.com/pull-requests) let you tell others about changes you've pushed to a branch in a repository on GitHub.
37
53
38
54
#### When is PR produced?
39
55
40
-
- Contributor commit to main branch
56
+
- Contributor commit to dev branch
41
57
42
58
#### How to deal with PR?
43
59
@@ -63,8 +79,8 @@ Websoft9 use below [Artifact](https://jfrog.com/devops-tools/article/what-is-a-s
0 commit comments