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: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,6 @@ The process is highly manual, and forgetting to track certain fields often cause
9
9
10
10
The command, which can be executed locally or inserted into a CI/CD pipeline, verifies the required fields from the recipes and marks them in the environment within seconds.
11
11
12
-
## Issues
13
-
14
-
Please report any <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=enhancement.md&title=feat%3A+%5BFEATURE+NAME%5D">new feature</a>
15
-
or <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=issue.md&title=bug%3A+%5BBUG+NAME%5D">bug</a>
16
-
using this links.
17
-
18
-
## Contributing
19
-
20
-
1. Create a new issue before starting your project so that we can keep track of
21
-
what you are trying to add/fix. That way, we can also offer suggestions or
22
-
let you know if there is already an effort in progress.
23
-
2. Fork this repository.
24
-
3. Build the plugin locally.
25
-
4. Write appropriate tests for your changes. Try to achieve at least 75% code coverage on any new code.
26
-
Nuts are required, but code coverage will be based on unit tests only.
27
-
5. Send us a pull request when you are done (linking the issue previously created).
28
-
We'll review your code, suggest any needed changes, and merge it in.
29
-
30
12
## Install
31
13
32
14
Run the following command (if you are still using the old CLI, relace `sf` with `sfdx` or [move to the new CLI](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_move_to_sf_v2.htm)):
@@ -45,6 +27,24 @@ CI Users: As the plugin is not signed, to install it from a Dockerfile or a scri
45
27
echo'y'| sf plugins install plugin-analytics-connected-objects
46
28
```
47
29
30
+
## Issues
31
+
32
+
Please report any <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=enhancement.md&title=feat%3A+%5BFEATURE+NAME%5D">new feature</a>
33
+
or <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=issue.md&title=bug%3A+%5BBUG+NAME%5D">bug</a>
34
+
using this links.
35
+
36
+
## Contributing
37
+
38
+
1. Create a new issue before starting your project so that we can keep track of
39
+
what you are trying to add/fix. That way, we can also offer suggestions or
40
+
let you know if there is already an effort in progress.
41
+
2. Fork this repository.
42
+
3. Build the plugin locally.
43
+
4. Write appropriate tests for your changes. Try to achieve at least 75% code coverage on any new code.
44
+
Nuts are required, but code coverage will be based on unit tests only.
45
+
5. Send us a pull request when you are done (linking the issue previously created).
46
+
We'll review your code, suggest any needed changes, and merge it in.
0 commit comments