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
Copy file name to clipboardExpand all lines: .github/MAINTAINERS_GUIDE.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
-
# Maintainers guide
1
+
# Maintainers Guide
2
2
3
3
Let's hope to have matching examples of documentation and reference for various runtimes be consistent!
4
4
5
+
-**[Development](#development)**: Making changes alongside the Java Slack SDK.
6
+
-**[Commands](#commands)**: Reference to running example code of this project.
7
+
-**[Structure](#structure)**: Adding examples for features of the Slack Platform.
8
+
5
9
## Development
6
10
7
11
Bringing ongoing changes from the [Java Slack SDK](https://github.com/slackapi/java-slack-sdk) requires [building from source](https://docs.slack.dev/tools/java-slack-sdk/guides/web-api-client-setup#build-from-source) with these commands:
@@ -12,7 +16,14 @@ $ cd java-slack-sdk
12
16
$ mvn install -Dmaven.test.skip=true
13
17
```
14
18
15
-
This adds a snapshot to the `$HOME/.m2` path that are used after updating the versions found in a `pom.xml` file.
19
+
This adds a snapshot to the `$HOME/.m2` path that are used after updating the versions found in a `pom.xml` file:
Some pages might reference distinct examples needing unique app manifests. These should appear in separate nested directories for a minimal demonstration.
62
+
63
+
Certain features or demonstrations might not have a clear example on the docs site. Discussions with the kind documentation team ought be started if so! We hope folks find relevant examples through those pages.
64
+
65
+
A goal of this project is to be a source of tested reference.
0 commit comments