Skip to content

Commit 9ad3c50

Browse files
authored
Merge pull request #1671 from finos/fix-issue-templates
Fixing markdown lint and extraneous content in issue templates
2 parents e7700c3 + b6c37f6 commit 9ad3c50

File tree

7 files changed

+96
-80
lines changed

7 files changed

+96
-80
lines changed

.github/ISSUE_TEMPLATE/---context_or_intent_proposal.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,34 @@ about: Propose new contexts and intents to help implement a particular use-case!
44
title: ''
55
labels: enhancement, Context Data & Intents
66
assignees: ''
7-
87
---
98

109
## Enhancement Request
1110

12-
### Use Case:
13-
...please specify at least one use case that the proposed additions would support
11+
### Use Case
1412

15-
For example:
16-
> User may want to view current positions for a list of securities
13+
<!---
14+
Please specify at least one use case that the proposed additions would support
1715
16+
For example:
17+
> User may want to view current positions for a list of securities
18+
--->
1819

1920
### Intents
2021

2122
#### \<intent name goes here\>
23+
24+
<!---
2225
Brief description of purpose
2326
Include indication of input and output context types (if any)
24-
27+
--->
2528

2629
### Contexts
2730

2831
#### \<context name goes here\>
29-
Brief description of purpose
32+
33+
<!--- Brief description of purpose
34+
--->
3035

3136
##### Details
3237

@@ -38,6 +43,8 @@ Brief description of purpose
3843
| `id.BBG` | string | No | `'MSFT:US'` |
3944

4045
##### Example
46+
47+
<!---
4148
```js
4249
const instrument = {
4350
type: 'fdc3.instrument',
@@ -47,6 +54,9 @@ const instrument = {
4754
}
4855
}
4956
```
57+
--->
5058

5159
### Additional Information
52-
... please add any other information that can provide additional detail for this enhancement request
60+
<!---
61+
Please add any other information that can provide additional detail for this enhancement request
62+
--->

.github/ISSUE_TEMPLATE/---enhancement-request.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,27 @@ about: Propose an addition or change to the FDC3 standard!
44
title: ''
55
labels: enhancement
66
assignees: ''
7-
87
---
98

109
## Enhancement Request
1110

12-
### Use Case:
13-
...please specify at least one use case that this enhancement would support
11+
### Use Case
12+
13+
<!--- Please specify at least one use case that this enhancement would support
1414
15-
... a use case should not be a solution, but a description of a problem from an end user point of view.
15+
A use case should not be a solution, but a description of a problem from an end user point of view.
1616
1717
For example:
18-
> Often, end users want to link from one app to another to dynamically create a workflow without prior knowledge of the app they want to connect to. For example, using the 'share' feature allows an end user to dynamically discover what apps they have that support social sharing and no advanced knowledge is required by the end user.
18+
> Often, end users want to link from one app to another to dynamically create a workflow without prior knowledge of the app they want to connect to. For example, using the 'share' feature allows an end user to dynamically discover what apps they have that support social sharing and no advanced knowledge is required by the end user. --->
1919

2020
### Workflow Description
21-
...clearly and concisely describe the target workflow for the prosed enhancement.
21+
22+
<!--- clearly and concisely describe the target workflow for the proposed enhancement --->
2223

2324
### Workflow Examples
24-
... provide one or more concrete examples of the proposed workflow.
25+
26+
<!--- provide one or more concrete examples of the proposed workflow --->
2527

2628
### Additional Information
27-
... please add any other information that can provide additional detail for this enhancement request
29+
30+
<!--- please add any other information that can provide additional detail for this enhancement request --->

.github/ISSUE_TEMPLATE/---minor-issue.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,26 @@ about: "If something isn't as expected \U0001F914."
44
title: ''
55
labels: bug
66
assignees: ''
7-
87
---
98

109
## Minor Issue
11-
Please use minor issues for discrepancies or errors found in the spec or supporting documentation, examples, and other materials. If you wish to propose a new feature or a revision to an existing feature, please use the *Enhancement Request* template.
10+
11+
<!-- Please use minor issues for discrepancies or errors found in the spec or supporting documentation, examples, and other materials. If you wish to propose a new feature or a revision to an existing feature, please use the *Enhancement Request* template. -->
1212

1313
### Area of Issue
14-
- [ ] App Directory
15-
- [ ] API
16-
- [ ] Context Data
17-
- [ ] Intents
18-
- [ ] Desktop Agent Bridging
19-
- [ ] Use Cases
20-
- [ ] Other
21-
22-
### Issue Description:
23-
...please provide a detailed description of the issue
24-
25-
### Additional Context:
26-
...add any other context about the problem here. If applicable, add screenshots to help explain...
14+
15+
- [ ] App Directory
16+
- [ ] API
17+
- [ ] Context Data
18+
- [ ] Intents
19+
- [ ] Desktop Agent Bridging
20+
- [ ] Use Cases
21+
- [ ] Other
22+
23+
### Issue Description
24+
25+
<!--- please provide a detailed description of the issue --->
26+
27+
### Additional Context
28+
29+
<!--- Add any other context about the problem here. If applicable, add screenshots to help explain... --->

.github/ISSUE_TEMPLATE/---question.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ about: "If you have a questions about FDC3. \U0001F4AC"
44
title: 'Question: '
55
labels: 'question'
66
assignees: ''
7-
87
---
98

109
### Question Area
11-
- [ ] App Directory
12-
- [ ] API
13-
- [ ] Context Data
14-
- [ ] Intents
15-
- [ ] Use Cases
16-
- [ ] Other
10+
11+
- [ ] App Directory
12+
- [ ] API
13+
- [ ] Context Data
14+
- [ ] Intents
15+
- [ ] Use Cases
16+
- [ ] Other
1717

1818
### Question

.github/ISSUE_TEMPLATE/discussion-group.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,22 @@ about: Overview and notes for a discussion group
44
title: '<topic> Discussion group'
55
labels: help wanted, meeting
66
assignees: ''
7-
8-
---
9-
10-
---
11-
name: 🤝 Discussion Group meeting
12-
about: Organisation for and reporting from a discussion group intended to inform the Standards Working Group
137
---
148

159
## Group overview
10+
1611
Summary of the purpose and scope of the group
1712

1813
### Relevant issue tags
14+
1915
If tags have been applied to relevant issues, provide details here.
2016

2117
## Meeting Date
18+
2219
Thursday DD MMM yyyy - 10am (US eastern timezone EDT/EST) / 3pm (London, GMT/BST)
2320

2421
### Zoom info
22+
2523
- **[Join Zoom Meeting](https://zoom.us/j/96940294948?pwd=SjFibVdiN25QSWxva3FqRHY2RUFCdz09)**
2624
- **Meeting ID:** 969 4029 4948
2725
- **Passcode:** 636931
@@ -34,37 +32,38 @@ Thursday DD MMM yyyy - 10am (US eastern timezone EDT/EST) / 3pm (London, GMT/BST
3432
| Find your local number | <https://zoom.us/u/ad2WVnBzb8> | |
3533

3634
## Meeting notices
35+
3736
- FINOS **Project leads** are responsible for observing the FINOS guidelines for [running project meetings](https://community.finos.org/docs/governance/meeting-procedures/). Project maintainers can find additional resources in the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).
3837

3938
- **All participants** in FINOS project meetings are subject to the [LF Antitrust Policy](https://www.linuxfoundation.org/antitrust-policy/), the [FINOS Community Code of Conduct](https://community.finos.org/docs/governance/code-of-conduct) and all other [FINOS policies](https://community.finos.org/docs/governance/#policies).
4039

41-
- FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact [email protected] with any questions.
40+
- FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact <[email protected]> with any questions.
4241

4342
- FINOS project meetings may be recorded for use solely by the FINOS team for administration purposes. In very limited instances, and with explicit approval, recordings may be made more widely available.
4443

4544
- A Discussion Group has no direct decision-making power regarding the FDC3 standard - rather it is intended that anything they propose or work on will result in proposals (via Github issues and PRs) for the Standards Working Group participants to consider and vote on for inclusion in the standard.
4645

47-
4846
## Participation Requirements
4947

5048
**Note:** Meeting participants are expected to accept the terms of the FDC3 license (Community Specification License), understand the governance process and have a CLA in place.
5149

5250
Please click the following links at the start of the meeting if you have not done so previously.
5351

54-
- [View the CSL](https://github.com/finos/FDC3/blob/main/LICENSE.md)
55-
- [View the GOVERNANCE of the Project](https://github.com/finos/FDC3/blob/main/GOVERNANCE.md)
56-
- [Click here to start a PR](https://github.com/finos/FDC3/edit/main/NOTICES.md).
57-
- Edit the page to add your details.
58-
- Hit the save button.
59-
- Click "Create Pull Request".
60-
- Click "Accept" on the EasyCLA dialog in the PR's discussion section.
61-
- [Click here to send email to become a voting participant on the FDC3 Project](mailto:[email protected]?subject=Please%20enroll%20me%20as%20an%20FDC3%20Standards%20Participant&amp;body=HI%2C%20my%20name%20is%20%3CFirstName%20LastName%3E%20and%20I'd%20like%20to%20formally%20participate%20to%20the%20FDC3%20standard%20process.%20I%20plan%20to%20contribute%20as%20%3Cindividual%7Con%20behalf%20of%20organizationName%3E%20and%20I%20have%20reviewed%20the%20policies%20described%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FGOVERNANCE.md%20and%20read%20the%20license%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FLICENSE%20.%20Thank%20you!")
52+
- [View the CSL](https://github.com/finos/FDC3/blob/main/LICENSE.md)
53+
- [View the GOVERNANCE of the Project](https://github.com/finos/FDC3/blob/main/GOVERNANCE.md)
54+
- [Click here to start a PR](https://github.com/finos/FDC3/edit/main/NOTICES.md).
55+
- Edit the page to add your details.
56+
- Hit the save button.
57+
- Click "Create Pull Request".
58+
- Click "Accept" on the EasyCLA dialog in the PR's discussion section.
59+
- [Click here to send email to become a voting participant on the FDC3 Project](mailto:[email protected]?subject=Please%20enroll%20me%20as%20an%20FDC3%20Standards%20Participant&amp;body=HI%2C%20my%20name%20is%20%3CFirstName%20LastName%3E%20and%20I'd%20like%20to%20formally%20participate%20to%20the%20FDC3%20standard%20process.%20I%20plan%20to%20contribute%20as%20%3Cindividual%7Con%20behalf%20of%20organizationName%3E%20and%20I%20have%20reviewed%20the%20policies%20described%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FGOVERNANCE.md%20and%20read%20the%20license%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FLICENSE%20.%20Thank%20you!")
6260

6361
## Tracking Attendance
6462

6563
**Note:** Meeting participants are expected to _add a comment to this GitHub issue_ in order that we can track attendance of FDC3 project meetings. Please do this at the start of the meeting.
66-
64+
6765
## Agenda
66+
6867
- [ ] Convene & roll call, review meeting notices (5mins)
6968
- [ ] Review action items from previous meeting (5mins)
7069
- [ ] Agenda item 1
@@ -73,14 +72,15 @@ Please click the following links at the start of the meeting if you have not don
7372
- [ ] AOB & Adjourn (5mins)
7473

7574
## Minutes
75+
7676
- ...
7777

7878
## Action Items
79+
7980
- [ ] ...
8081

8182
## Untracked attendees
8283

8384
| Full name | Affiliation | GitHub username |
8485
|-----------|-------------|-----------------|
8586
| | | |
86-

.github/ISSUE_TEMPLATE/general-meeting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ about: minutes for an FDC3 General Meeting
44
title: 'General Meeting - mmm dd, yyyy'
55
labels: General meeting, meeting
66
assignees: ''
7-
8-
---
9-
10-
---
11-
name: 🤝FDC3 General Meeting Minutes
12-
about: Track FDC3 General meeting agenda and attendance
137
---
148

159
## Date
10+
1611
DD MMM yyyy - 10am EST / 3pm GMT
1712

1813
### Zoom info
14+
1915
- **[Join Zoom Meeting](https://zoom.us/j/96940294948?pwd=SjFibVdiN25QSWxva3FqRHY2RUFCdz09)**
2016
- **Meeting ID:** 969 4029 4948
2117
- **Passcode:** 636931
@@ -28,11 +24,12 @@ DD MMM yyyy - 10am EST / 3pm GMT
2824
| Find your local number | <https://zoom.us/u/ad2WVnBzb8> | |
2925

3026
## Meeting notices
27+
3128
- FINOS **Project leads** are responsible for observing the FINOS guidelines for [running project meetings](https://community.finos.org/docs/governance/meeting-procedures/). Project maintainers can find additional resources in the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).
3229

3330
- **All participants** in FINOS project meetings are subject to the [LF Antitrust Policy](https://www.linuxfoundation.org/antitrust-policy/), the [FINOS Community Code of Conduct](https://community.finos.org/docs/governance/code-of-conduct) and all other [FINOS policies](https://community.finos.org/docs/governance/#policies).
3431

35-
- FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact [email protected] with any questions.
32+
- FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact <[email protected]> with any questions.
3633

3734
- FINOS project meetings may be recorded for use solely by the FINOS team for administration purposes. In very limited instances, and with explicit approval, recordings may be made more widely available.
3835

@@ -56,6 +53,7 @@ Please click the following links at the start of the meeting if you have not don
5653
**Note:** Meeting participants are expected to _add a comment to this GitHub issue_ in order that we can track attendance of FDC3 project meetings. Please do this at the start of the meeting.
5754

5855
## Agenda
56+
5957
- [ ] Convene & roll call, review meeting notices (5mins)
6058
- [ ] Review action items from previous meeting (5mins)
6159
- [ ] Agenda item 1
@@ -64,9 +62,11 @@ Please click the following links at the start of the meeting if you have not don
6462
- [ ] AOB & Adjourn (10mins)
6563

6664
## Decisions Made
65+
6766
- ...
6867

6968
## Action Items
69+
7070
- [ ] ...
7171

7272
## Untracked attendees

.github/ISSUE_TEMPLATE/standard-wg-meeting.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ about: minutes for an FDC3 Standard Working Group Meeting
44
title: 'Standard WG Meeting - mmm dd, yyyy'
55
labels: Standard WG Meeting, meeting
66
assignees: ''
7-
8-
---
9-
10-
---
11-
name: 🤝FDC3 Standard WG Meeting Minutes
12-
about: Track Standard Working Group meeting agenda and attendance
137
---
148

159
## Date
10+
1611
Thursday DD MMM yyyy - 10am (US eastern timezone EDT/EST) / 3pm (London, GMT/BST)
1712

1813
### Zoom info
14+
1915
- **[Join Zoom Meeting](https://zoom.us/j/96940294948?pwd=SjFibVdiN25QSWxva3FqRHY2RUFCdz09)**
2016
- **Meeting ID:** 969 4029 4948
2117
- **Passcode:** 636931
@@ -28,6 +24,7 @@ Thursday DD MMM yyyy - 10am (US eastern timezone EDT/EST) / 3pm (London, GMT/BST
2824
| Find your local number | <https://zoom.us/u/ad2WVnBzb8> | |
2925

3026
## Meeting notices
27+
3128
- FINOS **Project leads** are responsible for observing the FINOS guidelines for [running project meetings](https://community.finos.org/docs/governance/meeting-procedures/). Project maintainers can find additional resources in the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).
3229

3330
- **All participants** in FINOS project meetings are subject to the [LF Antitrust Policy](https://www.linuxfoundation.org/antitrust-policy/), the [FINOS Community Code of Conduct](https://community.finos.org/docs/governance/code-of-conduct) and all other [FINOS policies](https://community.finos.org/docs/governance/#policies).
@@ -36,27 +33,27 @@ Thursday DD MMM yyyy - 10am (US eastern timezone EDT/EST) / 3pm (London, GMT/BST
3633

3734
- FINOS project meetings may be recorded for use solely by the FINOS team for administration purposes. In very limited instances, and with explicit approval, recordings may be made more widely available.
3835

39-
40-
## Participation Requirements
36+
## Participation Requirements
4137

4238
**Note:** Meeting participants are expected to accept the terms of the FDC3 license (Community Specification License), understand the governance process and have a CLA in place.
4339

4440
Please click the following links at the start of the meeting if you have not done so previously.
4541

46-
- [View the CSL](https://github.com/finos/FDC3/blob/main/LICENSE.md)
47-
- [View the GOVERNANCE of the Project](https://github.com/finos/FDC3/blob/main/GOVERNANCE.md)
48-
- [Click here to start a PR](https://github.com/finos/FDC3/edit/main/NOTICES.md).
49-
- Edit the page to add your details.
50-
- Hit the save button.
51-
- Click "Create Pull Request".
52-
- Click "Accept" on the EasyCLA dialog in the PR's discussion section.
53-
- [Click here to send email to become a voting participant on the FDC3 Project](mailto:[email protected]?subject=Please%20enroll%20me%20as%20an%20FDC3%20Standards%20Participant&amp;body=HI%2C%20my%20name%20is%20%3CFirstName%20LastName%3E%20and%20I'd%20like%20to%20formally%20participate%20to%20the%20FDC3%20standard%20process.%20I%20plan%20to%20contribute%20as%20%3Cindividual%7Con%20behalf%20of%20organizationName%3E%20and%20I%20have%20reviewed%20the%20policies%20described%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FGOVERNANCE.md%20and%20read%20the%20license%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FLICENSE%20.%20Thank%20you!")
42+
- [View the CSL](https://github.com/finos/FDC3/blob/main/LICENSE.md)
43+
- [View the GOVERNANCE of the Project](https://github.com/finos/FDC3/blob/main/GOVERNANCE.md)
44+
- [Click here to start a PR](https://github.com/finos/FDC3/edit/main/NOTICES.md).
45+
- Edit the page to add your details.
46+
- Hit the save button.
47+
- Click "Create Pull Request".
48+
- Click "Accept" on the EasyCLA dialog in the PR's discussion section.
49+
- [Click here to send email to become a voting participant on the FDC3 Project](mailto:[email protected]?subject=Please%20enroll%20me%20as%20an%20FDC3%20Standards%20Participant&amp;body=HI%2C%20my%20name%20is%20%3CFirstName%20LastName%3E%20and%20I'd%20like%20to%20formally%20participate%20to%20the%20FDC3%20standard%20process.%20I%20plan%20to%20contribute%20as%20%3Cindividual%7Con%20behalf%20of%20organizationName%3E%20and%20I%20have%20reviewed%20the%20policies%20described%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FGOVERNANCE.md%20and%20read%20the%20license%20at%20https%3A%2F%2Fgithub.com%2Ffinos%2FFDC3%2Fblob%2Fmain%2FLICENSE%20.%20Thank%20you!")
5450

55-
## Tracking Attendance
51+
## Tracking Attendance
5652

5753
**Note:** Meeting participants are expected to _add a comment to this GitHub issue_ in order that we can track attendance of FDC3 project meetings. Please do this at the start of the meeting.
5854

5955
## Agenda
56+
6057
- [ ] Convene & roll call, review meeting notices (5mins)
6158
- [ ] Review action items from previous meeting (5mins)
6259
- [ ] Agenda item 1
@@ -65,12 +62,15 @@ Thursday DD MMM yyyy - 10am (US eastern timezone EDT/EST) / 3pm (London, GMT/BST
6562
- [ ] AOB & Adjourn (5mins)
6663

6764
## Minutes
65+
6866
- ...
6967

7068
### Decisions Made
69+
7170
- ...
7271

7372
## Action Items
73+
7474
- [ ] ...
7575

7676
## Untracked attendees

0 commit comments

Comments
 (0)