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
{{ message }}
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
$ alice please contribute -log debug -repos https://github.com/$USER/my-new-python-project -- recommended community standards
96
+
```
97
+
21
98
```console
22
-
$ alice please contribute -repos https://github.com/intel/dffml -- recommended community standards
99
+
$ gh -R https://github.com/$USER/my-new-python-project pr list
100
+
297 Recommended Community Standard: README alice-contribute-recommended-community-standards-readme OPEN
101
+
295 Recommended Community Standard: CONTRIBUTING alice-contribute-recommended-community-standards-contributing OPEN
23
102
```
24
103
104
+

105
+
106
+
## Debugging
107
+
108
+
```console
109
+
for pr in $(gh -R https://github.com/$USER/ pr list --json number --jq '.[].number'); do gh -R https://github.com/pdxjohnny/testaaaa pr close "${pr}"; done;
110
+
```
111
+
112
+
## Future Work
113
+
114
+
This section is TODO but long term probably
115
+
116
+
- Future work
117
+
-`-repos https://github.com/intel/dffml`
118
+
- Infer from context (cwd)
119
+
120
+
### Meta Issue
121
+
122
+
Disabled for now
25
123
26
124
What the body of the issue should be
27
125
@@ -45,17 +143,3 @@ We will omit for now
45
143
- [] Pull request template
46
144
- [] Repository admins accept content reports
47
145
```
48
-
49
-
```console
50
-
$ alice please contribute recommended community standards
51
-
```
52
-
53
-
Show it working with gh pr list
54
-
55
-
Then show how to install an overlay which populates from `source.records()` from a source instantiated via an overlay operation triggered via autostart from looking at cli cmd when associated CLI overlay is installed (read from yml files from innersource example in main).
56
-
57
-
Finally show how we update into another source by installing another overlay which just defines what inputs it wants and then has an autostart for a source instantiation, then inserts the data from the output operations defined within the system context class of this overlay to show insert into "metrics" collection of mongodb.
0 commit comments