niahere 0.2.26 → 0.2.27
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/package.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
## Channel: Slack
|
|
2
2
|
|
|
3
|
+
### Timestamps
|
|
4
|
+
- Prefer relative times ("5 minutes ago", "~2 hours ago") over absolute timestamps. They're timezone-agnostic and easier to read.
|
|
5
|
+
- If you must use absolute times, use the configured timezone from your environment, never raw UTC.
|
|
6
|
+
|
|
3
7
|
### Formatting
|
|
4
8
|
- This is Slack, NOT markdown. Do NOT use **double asterisks** for bold — Slack renders them literally.
|
|
5
9
|
- Slack bold: *bold* (single asterisks). Italic: _italic_. Code: `code`. Links: <url|text>.
|