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
Before you contribute, read the following guidelines to understand how you can start contributing:
11
-
12
-
1. Accept the contributor license agreement (CLA)
13
-
14
-
You need to accept the contributor license agreement (CLA) when you are prompted via a GitHub email notification on sending your first pull request (PR). Subsequent PRs will not require CLA acceptance.
15
-
16
-
If the CLA changes for some (unlikely) reason, you'll have to accept the new CLA text when you send your first PR after the change.
17
-
18
-
2. Fork this repository, make your changes, and send in a pull request.
Choose one of the following methods depending on your preference.
31
24
32
-
### With Devcontainers
33
-
34
-
This repository supports the VS Code dev containers feature, which allows you to create a consistent and isolated development environment inside a Docker container. To use this feature, you need to have the following pre requisites:
35
-
36
-
- VS Code
37
-
- Docker installed on your system
38
-
-[Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for VS Code
39
-
40
-
Once you have these installed, you can open the repository in VS Code and follow these steps:
41
-
42
-
- Press F1 and select the Remote-Containers: Open Folder in Container... command.
43
-
- Select the repository folder and wait for the container to build and start.
44
-
- You can now edit, run, debug, and test your code inside the container.
45
-
46
-
For more information on how to use VS Code dev containers, please refer to the official documentation: https://code.visualstudio.com/docs/remote/containers
47
-
48
25
### With Python Virtual Environments
49
26
50
27
You can run the Asgardeo docs and WSO2 Identity Server docs locally using Python virtual environments as well.
@@ -130,6 +107,36 @@ mkdocs serve
130
107
> python3 -m mkdocs serve
131
108
> ```
132
109
110
+
### With Devcontainers
111
+
112
+
This repository supports the VS Code dev containers feature, which allows you to create a consistent and isolated development environment inside a Docker container. To use this feature, you need to have the following pre requisites:
113
+
114
+
- VS Code
115
+
- Docker installed on your system
116
+
- [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for VS Code
117
+
118
+
Once you have these installed, you can open the repository in VS Code and follow these steps:
119
+
120
+
- Press F1 and select the Remote-Containers: Open Folder in Container... command.
121
+
- Select the repository folder and wait for the container to build and start.
122
+
- You can now edit, run, debug, and test your code inside the container.
123
+
124
+
For more information on how to use VS Code dev containers, please refer to the official documentation: https://code.visualstudio.com/docs/remote/containers
125
+
126
+
## Contribute to documentation
127
+
128
+
Before you contribute, read the following guidelines to understand how you can start contributing:
129
+
130
+
1. Accept the contributor license agreement (CLA)
131
+
132
+
You need to accept the contributor license agreement (CLA) when you are prompted via a GitHub email notification on sending your first pull request (PR). Subsequent PRs will not require CLA acceptance.
133
+
134
+
If the CLA changes for some (unlikely) reason, you'll have to accept the new CLA text when you send your first PR after the change.
135
+
136
+
2. Fork this repository, make your changes, and send in a pull request.
137
+
138
+
We look forward to your contributions.
139
+
133
140
## Survey On Open Source Community Communication
134
141
135
142
WSO2 wants to learn more about our open source software (OSS) community and your communication preferences to serve you better.
0 commit comments