Skip to content

Commit 21b2df2

Browse files
committed
fix docs
1 parent 80230bb commit 21b2df2

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ Contributions are welcomed! Here's a few things to know:
88
- [Do not point fingers](#do-not-point-fingers)
99
- [Provide code feedback based on evidence](#provide-code-feedback-based-on-evidence)
1010
- [Ask questions do not give answers](#ask-questions-do-not-give-answers)
11-
- [HydraScript Contributor License Agreement](#hydrascript-contributor-license-agreement)
1211

1312
## Steps to Contributing
1413

1514
Here are the basic steps to get started with your first contribution. Please reach out with any questions.
1615
1. Use [open issues](https://github.com/stepami/hydrascript/issues) to discuss the proposed changes. Create an issue describing changes if necessary to collect feedback. Also, please use provided labels to tag issues so everyone can easily sort issues of interest.
17-
1. [Fork the repo](https://help.github.com/articles/fork-a-repo/) in order if you want to make and test local changes.
18-
1. Create a new branch **from master** for the issue. We suggest prefixing the branch with type of contribution (`bugfix`/`feature`), your username and then a descriptive title: (e.g. `bugfix/user1/object-comparision` or `feature/user2/variable-initialization-check`)
19-
1. Make code changes.
20-
1. Ensure unit tests pass and code coverage minimum is satisfied.
21-
1. Create a pull request against **master** branch.
16+
2. [Fork the repo](https://help.github.com/articles/fork-a-repo/) in order if you want to make and test local changes.
17+
3. Create a new branch **from master** for the issue. We suggest prefixing the branch with type of contribution (`bugfix`/`feature`), your username and then a descriptive title: (e.g. `bugfix/user1/object-comparision` or `feature/user2/variable-initialization-check`)
18+
4. Make code changes.
19+
5. Ensure unit tests pass and code coverage minimum is satisfied.
20+
6. Create a pull request against **master** branch.
2221

2322
## Code of conduct
2423

@@ -54,10 +53,4 @@ Try to be empathic.
5453
* Would it make more sense if ...?
5554
* Have you considered this ... ?
5655

57-
</details>
58-
59-
## HydraScript Contributor License Agreement
60-
61-
Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.
62-
63-
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once in this repo.
56+
</details>

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Supported Versions
44

55
| Version | Supported |
6-
| ------- | ------------------ |
6+
|---------|--------------------|
77
| > 1.0 | :white_check_mark: |
88

99
## Reporting a Vulnerability
@@ -15,4 +15,4 @@ Security issues and bugs should be reported privately via email to stepami@mail.
1515
## When Should I Report a Vulnerability?
1616

1717
- You think you discovered a potential security vulnerability
18-
- You are unsure how a vulnerability affects YTsaurus
18+
- You are unsure how a vulnerability affects HydraScript

0 commit comments

Comments
 (0)