Skip to content

Commit

Permalink
updated links to new bolt website
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed May 5, 2020
1 parent 6623c7e commit 2ab6467
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ well.
There are many ways you can contribute! :heart:

### Bug Reports and Fixes :bug:
- If you find a bug, please search for it in the [Issues](https://github.com/slackapi/bolt/issues), and if it isn't already tracked,
[create a new issue](https://github.com/slackapi/bolt/issues/new). Fill out the "Bug Report" section of the issue template. Even if an Issue is closed, feel free to comment and add details, it will still
- If you find a bug, please search for it in the [Issues](https://github.com/slackapi/bolt-js/issues), and if it isn't already tracked,
[create a new issue](https://github.com/slackapi/bolt-js/issues/new). Fill out the "Bug Report" section of the issue template. Even if an Issue is closed, feel free to comment and add details, it will still
be reviewed.
- Issues that have already been identified as a bug (note: able to reproduce) will be labelled `bug`.
- If you'd like to submit a fix for a bug, [send a Pull Request](#creating_a_pull_request) and mention the Issue number.
- Include tests that isolate the bug and verifies that it was fixed.

### New Features :bulb:
- If you'd like to add new functionality to this project, describe the problem you want to solve in a [new Issue](https://github.com/slackapi/bolt/issues/new).
- If you'd like to add new functionality to this project, describe the problem you want to solve in a [new Issue](https://github.com/slackapi/bolt-js/issues/new).
- Issues that have been identified as a feature request will be labelled `enhancement`.
- If you'd like to implement the new feature, please wait for feedback from the project
maintainers before spending too much time writing the code. In some cases, `enhancement`s may
Expand All @@ -26,7 +26,7 @@ There are many ways you can contribute! :heart:
alternative implementation of something that may have advantages over the way its currently
done, or you have any other change, we would be happy to hear about it!
- If its a trivial change, go ahead and [send a Pull Request](#creating_a_pull_request) with the changes you have in mind.
- If not, [open an Issue](https://github.com/slackapi/bolt/issues/new) to discuss the idea first.
- If not, [open an Issue](https://github.com/slackapi/bolt-js/issues/new) to discuss the idea first.

If you're new to our project and looking for some way to make your first contribution, look for
Issues labelled `good first contribution`.
Expand All @@ -35,7 +35,7 @@ Issues labelled `good first contribution`.

For your contribution to be accepted:

- [x] You must have signed the [Contributor License Agreement (CLA)](https://cla-assistant.io/slackapi/bolt).
- [x] You must have signed the [Contributor License Agreement (CLA)](https://cla-assistant.io/slackapi/bolt-js).
- [x] The test suite must be complete and pass.
- [x] The changes must be approved by code review.
- [x] Commits should be atomic and messages must be descriptive. Related issues should be mentioned by Issue number.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bolt ![Bolt logo](docs/assets/bolt-logo.svg) for JavaScript

[![Build Status](https://travis-ci.org/slackapi/bolt.svg?branch=master)](https://travis-ci.org/slackapi/bolt)
[![codecov](https://codecov.io/gh/slackapi/bolt/branch/master/graph/badge.svg)](https://codecov.io/gh/slackapi/bolt)
[![Build Status](https://travis-ci.org/slackapi/bolt.svg?branch=master)](https://travis-ci.org/slackapi/bolt-js)
[![codecov](https://codecov.io/gh/slackapi/bolt/branch/master/graph/badge.svg)](https://codecov.io/gh/slackapi/bolt-js)

A JavaScript framework to build Slack apps in a flash with the latest platform features.

Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defaults:
layout: "default"

# Translation strings used in templates - they are typically used using t[page.lang]
# so it's important to have correponding strings for each translated language
# so it's important to have corresponding strings for each translated language
t:
en:
basic: Basic concepts
Expand All @@ -43,7 +43,7 @@ repo_name: bolt
github_username: SlackAPI

code_of_conduct_url: https://slackhq.github.io/code-of-conduct
cla_url: https://cla-assistant.io/slackapi/bolt
cla_url: https://cla-assistant.io/slackapi/bolt-js

google_analytics: UA-56978219-13
google_tag_manager: GTM-KFZ5MK7
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"coverage": "codecov"
},
"repository": "slackapi/bolt",
"homepage": "https://slack.dev/bolt",
"homepage": "https://slack.dev/bolt-js",
"bugs": {
"url": "https://github.com/slackapi/bolt/issues"
"url": "https://github.com/slackapi/bolt-js/issues"
},
"dependencies": {
"@slack/logger": "^2.0.0",
Expand Down

0 comments on commit 2ab6467

Please sign in to comment.