Skip to content

Commit e9df49f

Browse files
authored
Merge pull request #139 from IgniteUI/sstoychev/community-insights
feat(*): adding/updating documents for community insights
2 parents 7775c40 + 7680ae7 commit e9df49f

7 files changed

Lines changed: 451 additions & 15 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 203 additions & 0 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ":bug: bug"
5+
type: Bug
6+
labels: ':bug: bug,:new: status: new'
67
assignees: ''
78

89
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: feature-request
5+
type: Feature
6+
labels: ':toolbox: feature-request,:new: status: new'
67
assignees: ''
78

89
---

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Closes #
2+
3+
### Additional information (check all that apply):
4+
- [ ] Bug fix
5+
- [ ] New functionality
6+
- [ ] Documentation
7+
- [ ] Demos
8+
- [ ] CI/CD
9+
10+
### Checklist:
11+
- [ ] All relevant tags have been applied to this PR
12+
- [ ] This PR includes general feature table updates in the root `README.MD`
13+
- [ ] This PR includes `CHANGELOG.MD` updates for newly added functionality
14+
- [ ] This PR contains breaking changes
15+
- [ ] This PR includes behavioral changes and the feature specification has been updated with them
16+

.github/workflows/stale.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
2-
#
3-
# You can adjust the behavior by modifying this file.
4-
# For more information, see:
5-
# https://github.com/actions/stale
6-
name: Mark stale issues and pull requests
1+
name: Mark stale or close issues and pull requests
72

83
on:
94
schedule:
10-
- cron: '37 10 * * *'
5+
- cron: "0 0 * * *"
116

127
jobs:
138
stale:
14-
159
runs-on: ubuntu-latest
10+
1611
permissions:
1712
issues: write
1813
pull-requests: write
1914

2015
steps:
21-
- uses: actions/stale@v5
16+
- uses: actions/stale@v10
2217
with:
18+
days-before-issue-stale: 60
19+
days-before-issue-close: 14
20+
days-before-pr-close: -1
2321
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
stale-issue-message: 'Stale issue message'
25-
stale-pr-message: 'Stale pull request message'
26-
stale-issue-label: 'no-issue-activity'
27-
stale-pr-label: 'no-pr-activity'
22+
stale-issue-message: 'There has been no recent activity and this issue has been marked inactive.'
23+
stale-pr-message: 'There has been no recent activity and this PR has been marked inactive.'
24+
stale-issue-label: 'status: inactive'
25+
stale-pr-label: 'status: inactive'
26+
close-issue-message: 'This issue was closed because it has been inactive for 14 days since being marked as stale.'
27+

CODE_OF_CONDUCT.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our
6+
community a harassment-free experience for everyone, regardless of age, body
7+
size, visible or invisible disability, ethnicity, sex characteristics, gender
8+
identity and expression, level of experience, education, socio-economic status,
9+
nationality, personal appearance, race, religion, or sexual identity
10+
and orientation.
11+
12+
We pledge to act and interact in ways that contribute to an open, welcoming,
13+
diverse, inclusive, and healthy community.
14+
15+
## Our Standards
16+
17+
Examples of behavior that contributes to a positive environment for our
18+
community include:
19+
20+
* Demonstrating empathy and kindness toward other people
21+
* Being respectful of differing opinions, viewpoints, and experiences
22+
* Giving and gracefully accepting constructive feedback
23+
* Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
* Focusing on what is best not just for us as individuals, but for the
26+
overall community
27+
28+
Examples of unacceptable behavior include:
29+
30+
* The use of sexualized language or imagery, and sexual attention or
31+
advances of any kind
32+
* Trolling, insulting or derogatory comments, and personal or political attacks
33+
* Public or private harassment
34+
* Publishing others' private information, such as a physical or email
35+
address, without their explicit permission
36+
* Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
## Enforcement Responsibilities
40+
41+
Community leaders are responsible for clarifying and enforcing our standards of
42+
acceptable behavior and will take appropriate and fair corrective action in
43+
response to any behavior that they deem inappropriate, threatening, offensive,
44+
or harmful.
45+
46+
Community leaders have the right and responsibility to remove, edit, or reject
47+
comments, commits, code, wiki edits, issues, and other contributions that are
48+
not aligned to this Code of Conduct, and will communicate reasons for moderation
49+
decisions when appropriate.
50+
51+
## Scope
52+
53+
This Code of Conduct applies within all community spaces, and also applies when
54+
an individual is officially representing the community in public spaces.
55+
Examples of representing our community include using an official e-mail address,
56+
posting via an official social media account, or acting as an appointed
57+
representative at an online or offline event.
58+
59+
## Enforcement
60+
61+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62+
reported to the community leaders responsible for enforcement at
63+
IgniteUI@infragistics.com.
64+
All complaints will be reviewed and investigated promptly and fairly.
65+
66+
All community leaders are obligated to respect the privacy and security of the
67+
reporter of any incident.
68+
69+
## Enforcement Guidelines
70+
71+
Community leaders will follow these Community Impact Guidelines in determining
72+
the consequences for any action they deem in violation of this Code of Conduct:
73+
74+
### 1. Correction
75+
76+
**Community Impact**: Use of inappropriate language or other behavior deemed
77+
unprofessional or unwelcome in the community.
78+
79+
**Consequence**: A private, written warning from community leaders, providing
80+
clarity around the nature of the violation and an explanation of why the
81+
behavior was inappropriate. A public apology may be requested.
82+
83+
### 2. Warning
84+
85+
**Community Impact**: A violation through a single incident or series
86+
of actions.
87+
88+
**Consequence**: A warning with consequences for continued behavior. No
89+
interaction with the people involved, including unsolicited interaction with
90+
those enforcing the Code of Conduct, for a specified period of time. This
91+
includes avoiding interactions in community spaces as well as external channels
92+
like social media. Violating these terms may lead to a temporary or
93+
permanent ban.
94+
95+
### 3. Temporary Ban
96+
97+
**Community Impact**: A serious violation of community standards, including
98+
sustained inappropriate behavior.
99+
100+
**Consequence**: A temporary ban from any sort of interaction or public
101+
communication with the community for a specified period of time. No public or
102+
private interaction with the people involved, including unsolicited interaction
103+
with those enforcing the Code of Conduct, is allowed during this period.
104+
Violating these terms may lead to a permanent ban.
105+
106+
### 4. Permanent Ban
107+
108+
**Community Impact**: Demonstrating a pattern of violation of community
109+
standards, including sustained inappropriate behavior, harassment of an
110+
individual, or aggression toward or disparagement of classes of individuals.
111+
112+
**Consequence**: A permanent ban from any sort of public interaction within
113+
the community.
114+
115+
## Attribution
116+
117+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118+
version 2.0, available at
119+
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
120+
121+
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122+
enforcement ladder](https://github.com/mozilla/diversity).
123+
124+
[homepage]: https://www.contributor-covenant.org
125+
126+
For answers to common questions about this code of conduct, see the FAQ at
127+
https://www.contributor-covenant.org/faq. Translations are available at
128+
https://www.contributor-covenant.org/translations.

SECURITY.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# Security Policy
2+
3+
This document describes how to report security vulnerabilities and which versions receive security updates.
4+
5+
## Supported Versions
6+
7+
We provide security fixes for supported releases according to the following guidance:
8+
9+
| Version | Supported | Example
10+
| --- | --- | --- |
11+
| Latest release || 19.5.0 |
12+
| Previous two feature releases | ✅ (critical fixes only) | 19.3.0, 19.4.0 |
13+
| Older releases ||
14+
15+
If you are unsure whether your version is supported, please report the issue anyway and we will advise on next steps.
16+
17+
## Reporting a Vulnerability
18+
19+
Please **do not** open a public GitHub issue for security vulnerabilities.
20+
21+
Instead, report privately using one of the following methods (preferred first):
22+
23+
1. **GitHub Private Vulnerability Reporting (recommended)**
24+
- Go to the repository's **Security** tab and use **Report a vulnerability**.
25+
26+
2. **Email**
27+
- Send details to: **igniteui@infragistics.com**
28+
29+
3. **Support Case**
30+
- If you are a registered Infragistics user, you can report the vulnerability through a support case at (https://account.infragistics.com/support-cases)
31+
32+
If neither option is available, contact the maintainers privately. Only use the public issue tracker for **non-security** bugs.
33+
34+
### What to include
35+
36+
To help us triage quickly, include:
37+
38+
- A clear description of the vulnerability and its impact
39+
- Steps to reproduce (proof-of-concept if possible)
40+
- Affected versions and/or commit hash
41+
- Any relevant logs or stack traces (sanitize secrets)
42+
- Your assessment of severity (optional)
43+
- Suggested fix or mitigation (optional)
44+
45+
### Sensitive information
46+
47+
- Do **not** include secrets, tokens, private keys, or real customer data.
48+
- If sensitive data is required to demonstrate the issue, redact it and describe the expected format.
49+
50+
## Disclosure Process
51+
52+
After receiving a report, we aim to follow this process:
53+
54+
1. **Acknowledgement**: within **3 business days**
55+
2. **Triage** (severity assessment + scope): within **7 business days**
56+
3. **Fix development**: timeline depends on severity and complexity
57+
4. **Release**: we will publish a patch release and/or mitigation guidance
58+
5. **Advisory**: we may publish a GitHub Security Advisory (crediting reporters who want it)
59+
60+
We may request additional information during triage.
61+
62+
## Severity and Prioritization
63+
64+
We prioritize issues using impact and exploitability, informed by CVSS where appropriate:
65+
66+
- **Critical**: remote code execution, auth bypass, significant data exposure
67+
- **High**: privilege escalation, major DoS, sensitive info leaks
68+
- **Medium/Low**: limited impact, edge cases, or hard-to-exploit issues
69+
70+
## Coordinated Vulnerability Disclosure
71+
72+
We support coordinated disclosure and ask that you:
73+
74+
- Give us a reasonable window to fix before public disclosure
75+
- Avoid exploiting the vulnerability beyond what is necessary to prove it exists
76+
- Avoid actions that degrade service availability or compromise user data
77+
78+
## Security Updates
79+
80+
Security fixes may be communicated via one or more of:
81+
82+
- GitHub Security Advisories
83+
- Release notes / changelog
84+
85+
## Acknowledgements
86+
87+
We appreciate responsible disclosures. If you’d like public credit, tell us how you want to be acknowledged.

0 commit comments

Comments
 (0)