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: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ Please join the community on {Here list Slack channels, Email lists, Glitter, Di
32
32
Use GitHub Issues page to submit issues, enhancement requests and discuss ideas.
33
33
34
34
### 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
37
37
be reviewed.
38
38
- Issues that have already been identified as a bug (note: able to reproduce) will be labelled `bug`.
39
39
- If you'd like to submit a fix for a bug, [send a Pull Request](#creating_a_pull_request) and mention the Issue number.
40
40
- Include tests that isolate the bug and verifies that it was fixed.
41
41
42
42
### 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).
44
44
- Issues that have been identified as a feature request will be labelled `enhancement`.
45
45
- If you'd like to implement the new feature, please wait for feedback from the project
46
46
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.
51
51
alternative implementation of something that may have advantages over the way its currently
52
52
done, or you have any other change, we would be happy to hear about it!
53
53
- 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.
55
55
56
56
If you're new to our project and looking for some way to make your first contribution, look for
0 commit comments