Update Developer guide - remove issue title rule authored by Bouvry Arnaud's avatar Bouvry Arnaud
...@@ -3,6 +3,7 @@ title: Developer guide ...@@ -3,6 +3,7 @@ title: Developer guide
--- ---
# IMPORTANT # IMPORTANT
If you have a local clone of the repository that **predates Feb. 19th, 2025, you must absolutely make a new clone**. If you have a local clone of the repository that **predates Feb. 19th, 2025, you must absolutely make a new clone**.
...@@ -102,13 +103,16 @@ This is the process to create a new branch. It is mandatory to first create an i ...@@ -102,13 +103,16 @@ This is the process to create a new branch. It is mandatory to first create an i
![branching_workflow](uploads/53c89d442ce44fa0d62a744dde7b01ff/branching_workflow.png) ![branching_workflow](uploads/53c89d442ce44fa0d62a744dde7b01ff/branching_workflow.png)
## Issue ## Issue
Create an issue with a title containing one of the following keywords in square brackets as prefix : Create an issue with a title that is both concise and informative.
- feature (in a broad sense)
- hotfix (in a broad sense) Examples issue title :
> Implement algorithm Foo bar
> Remove the 'year' layer in data structures
Example issue title : > Create Benchmarking scripts for GRASSIM
> [feature] Implement algorithm Foo bar
Select an issue template (feature request or bug report) and fill all fields as clearly and concisely as possible. Select an issue template (feature request or bug report) and fill all fields as clearly and concisely as possible.
Some of those fields may not be available to non-members. Some of those fields may not be available to non-members.
... ...
......