Skip to content

Commit 57822de

Browse files
committed
Initial release of AgentforceMobileSDK-Android
1 parent 88b42b7 commit 57822de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Please join the community on {Here list Slack channels, Email lists, Glitter, Di
3232
Use GitHub Issues page to submit issues, enhancement requests and discuss ideas.
3333

3434
### Bug Reports and Fixes
35-
- If you find a bug, please search for it in the [Issues](https://github.com/{project_slug}/issues), and if it isn't already tracked,
36-
[create a new issue](https://github.com/{project_slug}/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
35+
- If you find a bug, please search for it in the [Issues](https://github.com/salesforce/AgentforceMobileSDK-Android/issues), and if it isn't already tracked,
36+
[create a new issue](https://github.com/salesforce/AgentforceMobileSDK-Android/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
3737
be reviewed.
3838
- Issues that have already been identified as a bug (note: able to reproduce) will be labelled `bug`.
3939
- If you'd like to submit a fix for a bug, [send a Pull Request](#creating_a_pull_request) and mention the Issue number.
4040
- Include tests that isolate the bug and verifies that it was fixed.
4141

4242
### New Features
43-
- 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/{project_slug}/issues/new).
43+
- 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/salesforce/AgentforceMobileSDK-Android/issues/new).
4444
- Issues that have been identified as a feature request will be labelled `enhancement`.
4545
- If you'd like to implement the new feature, please wait for feedback from the project
4646
maintainers before spending too much time writing the code. In some cases, `enhancement`s may
@@ -51,7 +51,7 @@ Use GitHub Issues page to submit issues, enhancement requests and discuss ideas.
5151
alternative implementation of something that may have advantages over the way its currently
5252
done, or you have any other change, we would be happy to hear about it!
5353
- If its a trivial change, go ahead and [send a Pull Request](#creating_a_pull_request) with the changes you have in mind.
54-
- If not, [open an Issue](https://github.com/{project_slug}/issues/new) to discuss the idea first.
54+
- If not, [open an Issue](https://github.com/salesforce/AgentforceMobileSDK-Android/issues/new) to discuss the idea first.
5555

5656
If you're new to our project and looking for some way to make your first contribution, look for
5757
Issues labelled `good first contribution`.

0 commit comments

Comments
 (0)