backlog.md-linux-x64 1.38.1 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -246,6 +246,7 @@ Run `backlog config` with no arguments to launch the full interactive wizard. Th
|
|
|
246
246
|
- Git workflow: `autoCommit` and `bypassGitHooks`.
|
|
247
247
|
- ID formatting: enable or size `zeroPaddedIds`.
|
|
248
248
|
- Editor integration: pick a `defaultEditor` with availability checks.
|
|
249
|
+
- Definition of Done defaults: interactively add/remove/reorder/clear project-level `definition_of_done` checklist items.
|
|
249
250
|
- Web UI defaults: choose `defaultPort` and whether `autoOpenBrowser` should run.
|
|
250
251
|
|
|
251
252
|
Skipping the wizard (answering "No" during init) applies the safe defaults that ship with Backlog.md:
|
|
@@ -259,7 +260,7 @@ Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-po
|
|
|
259
260
|
|
|
260
261
|
### Definition of Done defaults
|
|
261
262
|
|
|
262
|
-
Set project-wide DoD items in the Web UI (Settings → Definition of Done Defaults) or
|
|
263
|
+
Set project-wide DoD items with `backlog config` (or during `backlog init` advanced setup), in the Web UI (Settings → Definition of Done Defaults), or by editing `backlog/config.yml` directly:
|
|
263
264
|
|
|
264
265
|
```yaml
|
|
265
266
|
definition_of_done:
|
|
@@ -268,7 +269,7 @@ definition_of_done:
|
|
|
268
269
|
- No regressions introduced
|
|
269
270
|
```
|
|
270
271
|
|
|
271
|
-
These items are added to every new task by default. You can add more on create with `--dod`, or disable defaults per task with `--no-dod-defaults`.
|
|
272
|
+
These items are added to every new task by default. You can add more on create with `--dod`, or disable defaults per task with `--no-dod-defaults`.
|
|
272
273
|
|
|
273
274
|
For the full configuration reference (all options, commands, and detailed notes), see **[ADVANCED-CONFIG.md](ADVANCED-CONFIG.md)**.
|
|
274
275
|
|
package/backlog
CHANGED
|
Binary file
|