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
-[Your First Code Contribution](#your-first-code-contribution)
20
18
-[Improving The Documentation](#improving-the-documentation)
21
-
-[Styleguides](#styleguides)
22
-
-[Commit Messages](#commit-messages)
19
+
-[Naming Convention](#naming-convention)
23
20
-[Join The Project Team](#join-the-project-team)
24
21
25
22
@@ -98,7 +95,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/lambda
98
95
- Use a **clear and descriptive title** for the issue to identify the suggestion.
99
96
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
100
97
-**Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point you can also tell which alternatives do not work for you.
101
-
- You may want to **include screenshots and animated GIFs** which help you demonstrate the steps or point out the part which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux.<!-- this should only be included if the project has a GUI -->
98
+
- You may want to **include screenshots or screen recordings** which help you demonstrate the steps or point out the part which the suggestion is related to. You can use [LICEcap](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and the built-in [screen recorder in GNOME](https://help.gnome.org/users/gnome-help/stable/screen-shot-record.html.en) or [SimpleScreenRecorder](https://github.com/MaartenBaert/ssr) on Linux.
102
99
-**Explain why this enhancement would be useful** to most Lambda users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
103
100
104
101
### Your First Code Contribution
@@ -122,6 +119,11 @@ After you have everything you can do the following:
122
119
### Improving The Documentation
123
120
If you believe that some documentation can be improved or added, please discuss with us on our [Discord](https://discord.gg/QjfBxJzE5x)
124
121
122
+
### Naming Convention
123
+
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for the Lambda project.
124
+
125
+
Feel free to propose additional compatible naming conventions.
126
+
125
127
## Join The Project Team
126
128
Most communication happens on our [Discord](https://discord.gg/QjfBxJzE5x). You can join the project team by contributing to the project. The project team is responsible for reviewing and merging pull requests, and they will help you at every step of the way.
0 commit comments