Skip to content

Commit c4a92b6

Browse files
mwbrookszimegcchenshsrajiangsopokuagyemang
committed
Initial commit
Co-authored-by: Eden Zimbelman <[email protected]> Co-authored-by: Cheng Chen <[email protected]> Co-authored-by: Sarah Jiang <[email protected]> Co-authored-by: Opoku <[email protected]> Co-authored-by: Elaine Vegeris <[email protected]> Co-authored-by: Maurice Codik <[email protected]> Co-authored-by: Steve Gill <[email protected]> Co-authored-by: nupurgoyall <[email protected]> Co-authored-by: Alissa Renz <[email protected]> Co-authored-by: Chris Skudlarczyk <[email protected]> Co-authored-by: Brad Harris <[email protected]> Co-authored-by: kliang-1 <[email protected]> Co-authored-by: uhunnyslack <[email protected]> Co-authored-by: sai-pinapati <[email protected]> Co-authored-by: shorbu <[email protected]> Co-authored-by: Curtis Allen <[email protected]> Co-authored-by: Mike Brevoort <[email protected]> Co-authored-by: Kazuhiro Sera <[email protected]> Co-authored-by: Trevor N. Suarez <[email protected]> Co-authored-by: William Bergamin <[email protected]> Co-authored-by: anabulsi <[email protected]> Co-authored-by: Jesse Lawson <[email protected]> Co-authored-by: gugutagli <[email protected]> Co-authored-by: Saurabh Sahni <[email protected]> Co-authored-by: Pam Gluss <[email protected]> Co-authored-by: Ashley <[email protected]> Co-authored-by: cyungslack <[email protected]> Co-authored-by: Julia Lasarte <[email protected]> Co-authored-by: Neil Shapiro <[email protected]> Co-authored-by: Tracy Rericha <[email protected]> Co-authored-by: Jake Brabec <[email protected]> Co-authored-by: sgargslack <[email protected]> Co-authored-by: Fil Maj <[email protected]> Co-authored-by: Jim Ray <[email protected]> Co-authored-by: Bertrand Fan <[email protected]> Co-authored-by: fahadmohammed01 <[email protected]> Co-authored-by: Matthew Niemer <[email protected]> Co-authored-by: Samuel Attard <[email protected]> Co-authored-by: Frank Choukouali <[email protected]> Co-authored-by: Betsy Alegria <[email protected]> Co-authored-by: Nam Thai <[email protected]> Co-authored-by: Ashley <[email protected]> Co-authored-by: SimerPuri <[email protected]> Co-authored-by: Geoff <[email protected]>
0 parents  commit c4a92b6

File tree

502 files changed

+92597
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+92597
-0
lines changed

.circleci/config.yml

Lines changed: 688 additions & 0 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# * @slackapi/slack-cli-team will be added as code reviewers
2+
# to all files in this repo.
3+
* @slackapi/slack-cli-team
4+
5+
# @slackapi/developer-education owns any file in the
6+
# `/docs` directory in the root of this repo and any
7+
# of its subdirectories.
8+
/docs/ @slackapi/developer-education

.github/CODE_OF_CONDUCT.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Code of Conduct
2+
3+
## Introduction
4+
5+
Diversity and inclusion make our community strong. We encourage participation
6+
from the most varied and diverse backgrounds possible and want to be very clear
7+
about where we stand.
8+
9+
Our goal is to maintain a safe, helpful and friendly community for everyone,
10+
regardless of experience, gender identity and expression, sexual orientation,
11+
disability, personal appearance, body size, race, ethnicity, age, religion,
12+
nationality, or other defining characteristic.
13+
14+
This code and related procedures also apply to unacceptable behavior occurring
15+
outside the scope of community activities, in all community venues (online and
16+
in-person) as well as in all one-on-one communications, and anywhere such
17+
behavior has the potential to adversely affect the safety and well-being of
18+
community members.
19+
20+
For more information on our code of conduct, please visit
21+
[https://slackhq.github.io/code-of-conduct](https://slackhq.github.io/code-of-conduct).

.github/CONTRIBUTING.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# Contributor's Guide
2+
3+
Interested in contributing? Awesome! Before you do though, please read our
4+
[Code of Conduct][conduct]. We take it very seriously, and expect that you will
5+
as well.
6+
7+
There are many ways you can contribute! :heart:
8+
9+
### Bug Reports and Fixes :bug:
10+
11+
- If you find a bug, please search for it in the [Issues](/issues), and if it
12+
isn't already tracked, [create a new issue][issues]. Fill out the "Bug Report"
13+
section of the issue template. Even if an Issue is closed, feel free to
14+
comment and add details, it will still be reviewed.
15+
- Issues that have already been identified as a bug (note: able to reproduce)
16+
will be labelled `bug`.
17+
- If you'd like to submit a fix for a bug,
18+
[send a Pull Request](#creating_a_pull_request) and mention the Issue number.
19+
- Include tests that isolate the bug and verifies that it was fixed.
20+
21+
### New Features :bulb:
22+
23+
- If you'd like to add new functionality to this project, describe the problem
24+
you want to solve in a [new Issue][issues].
25+
- Issues that have been identified as a feature request will be labelled
26+
`enhancement`.
27+
- If you'd like to implement the new feature, please wait for feedback from the
28+
project maintainers before spending too much time writing the code. In some
29+
cases, `enhancement`s may not align well with the project objectives at the
30+
time.
31+
32+
### Tests :mag:, Documentation :books:, Miscellaneous :sparkles:
33+
34+
- If you'd like to improve the tests, you want to make the documentation
35+
clearer, you have an alternative implementation of something that may have
36+
advantages over the way its currently done, or you have any other change, we
37+
would be happy to hear about it!
38+
- If it's a trivial change, go ahead and
39+
[send a Pull Request](#creating_a_pull_request) with the changes you have in
40+
mind.
41+
- If not, [open an Issue][issues] to discuss the idea first.
42+
43+
If you're new to our project and looking for some way to make your first
44+
contribution, look for Issues labelled `good first contribution`.
45+
46+
## Requirements
47+
48+
For your contribution to be accepted:
49+
50+
- [x] You must have signed the [Contributor License Agreement (CLA)][cla].
51+
- [x] The test suite must be complete and pass.
52+
- [x] The changes must be approved by code review.
53+
- [x] Commits should be atomic and messages must be descriptive. Related issues
54+
should be mentioned by Issue number.
55+
56+
If the contribution doesn't meet the above criteria, you may fail our automated
57+
checks or a maintainer will discuss it with you. You can continue to improve a
58+
Pull Request by adding commits to the branch from which the PR was created.
59+
60+
[Interested in knowing more about about pull requests at Slack?][empathy]
61+
62+
## Creating a Pull Request
63+
64+
1. :fork_and_knife: Fork the repository on GitHub.
65+
2. :runner: Clone/fetch your fork to your local development machine. It's a good
66+
idea to run the tests just to make sure everything is in order.
67+
3. :herb: Create a new branch and check it out.
68+
4. :crystal_ball: Make your changes and commit them locally. Magic happens here!
69+
5. :arrow_heading_up: Push your new branch to your fork. (e.g.
70+
`git push username fix-issue-16`).
71+
6. :inbox_tray: Open a Pull Request on github.com from your new branch on your
72+
fork to `main` in this repository.
73+
74+
Assigning meaningful titles to PRs is quite an opinionated task, so we encourage
75+
following the practice of [conventional commits][commits].
76+
77+
## Maintainers
78+
79+
There are more details about processes and workflow in the
80+
[Maintainers' Guide][maintainers].
81+
82+
[cla]: https://cla-assistant.io/slackapi/slack-cli
83+
[commits]: https://www.conventionalcommits.org/en/v1.0.0/
84+
[conduct]: https://slackhq.github.io/code-of-conduct
85+
[empathy]: https://slack.engineering/on-empathy-pull-requests-979e4257d158#.awxtvmb2z
86+
[issues]: /issues/new
87+
[maintainers]: ./MAINTAINERS_GUIDE.md
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Question
3+
about: Submit a question about this project
4+
title: (Set a clear title describing your question)
5+
labels: 'untriaged'
6+
assignees: ''
7+
---
8+
9+
### Question
10+
11+
(Ask your question in as much detail as possible)
12+
13+
### Version
14+
15+
Please paste the output from:
16+
17+
```zsh
18+
slack --version
19+
```
20+
21+
### OS Info
22+
23+
Please paste the output from:
24+
25+
```zsh
26+
# Run this command on macOS/Linux
27+
sw_vers && uname -v
28+
29+
# Run this command on Windows
30+
ver
31+
```
32+
33+
#### Steps to reproduce:
34+
35+
Share the commands to run, source code, and project settings:
36+
37+
1.
38+
2.
39+
3.
40+
41+
### Expected result:
42+
43+
(Tell what you expected to happen)
44+
45+
### Actual result:
46+
47+
(Tell what actually happened with logs, screenshots)
48+
49+
### Requirements
50+
51+
* [ ] I've read and understood the [Contributing guidelines](/blob/main/.github/contributing.md) and have done my best effort to follow them.
52+
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
53+
* [ ] I've searched for any related issues and avoided creating a duplicate issue.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Enhancement / Feature Request
3+
about: Submit an enhancement/feature request
4+
title: (Set a clear title describing your idea)
5+
labels: 'untriaged'
6+
assignees: ''
7+
---
8+
9+
### Description
10+
11+
(Describe your enhancement or feature request here)
12+
13+
### Requirements
14+
15+
* [ ] I've read and understood the [Contributing guidelines](/blob/main/.github/contributing.md) and have done my best effort to follow them.
16+
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
17+
* [ ] I've searched for any related issues and avoided creating a duplicate issue.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Documentation
3+
about: Submit an issue about documentation
4+
title: (Set a clear title describing your idea)
5+
labels: 'untriaged'
6+
assignees: ''
7+
---
8+
9+
### Description
10+
11+
(Describe your issue and enhancement here)
12+
13+
### Requirements
14+
15+
* [ ] I've read and understood the [Contributing guidelines](/blob/main/.github/contributing.md) and have done my best effort to follow them.
16+
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
17+
* [ ] I've searched for any related issues and avoided creating a duplicate issue.

.github/ISSUE_TEMPLATE/04_bug.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug
3+
about: Report an issue or bug
4+
title: (Set a clear title describing the issue)
5+
labels: 'untriaged'
6+
assignees: ''
7+
---
8+
9+
### Description
10+
11+
(Describe your bug or issue in as much detail as possible)
12+
13+
### Version
14+
15+
Please paste the output from:
16+
17+
```zsh
18+
slack --version
19+
```
20+
21+
### OS Info
22+
23+
Please paste the output from:
24+
25+
```zsh
26+
# Run this command on macOS/Linux
27+
sw_vers && uname -v
28+
29+
# Run this command on Windows
30+
ver
31+
```
32+
33+
#### Steps to reproduce:
34+
35+
Share the commands to run, source code, and project settings:
36+
37+
1.
38+
2.
39+
3.
40+
41+
### Expected result:
42+
43+
(Tell what you expected to happen)
44+
45+
### Actual result:
46+
47+
(Tell what actually happened with logs, screenshots)
48+
49+
### Requirements
50+
51+
* [ ] I've read and understood the [Contributing guidelines](/blob/main/.github/contributing.md) and have done my best effort to follow them.
52+
* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).
53+
* [ ] I've searched for any related issues and avoided creating a duplicate issue.

0 commit comments

Comments
 (0)