Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iKingNinja committed May 8, 2022
2 parents cd4fbb4 + 51e4ecc commit 4471a8c
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
47 changes: 47 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<div align="center">

![Accounts manager icon](https://user-images.githubusercontent.com/83887130/167217046-31bf5c0a-7b1a-41d2-a7dd-7127ef8a13e3.png)
</div>

The following is the documentation on how to contribute to this extension.

# Guidelines

Your Pull request (PR) must comply with all the following in order to be accepted.

<hr>

If your PR aims to fix a bug then said bug must first be reported [here](https://github.com/iKingNinja/Accounts-manager/issues) with detailed explaination and repro steps.

<hr>

Your PR cannot contain any of the following:

### Third party requests listeners
Your PR cannot add code that listens to requests made by third party services.

<hr>

### Sensitive data loggers
Your PR cannot add code that logs sensitive data.

### Changes to specific files
Your PR cannot change any of the following: `LICENSE.md`, `README.md`, `CONTRIBUTING.md`. Exceptions may be made for `README.md` if the PR aims to add additional documentation/informations.

<hr>

### Changes to the extension's icon
Your PR cannot change the extension's icon

<hr>

### Data sharers
Your PR cannot contain code that sends data to third party services. This applies to implicit data sharers.

<hr>

Your PR has to have content coherence, this means that any new feature must be in line with the aim of this extension. For example you cannot add a feature for the catalog.

# Pull request revision
If your PR complies with all the guidelines it will be tested and if any bug is found a fix may be proposed in the PR's comments section, otherwise it will be rejected.
If your PR is accepted it will be published as a release under the CC (Community content) tag and you will be credited.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<div align="center">

![Accounts manager icon](https://user-images.githubusercontent.com/83887130/167175812-6ec74e51-7c72-4a87-a581-04164ee8339a.png)

</div>

# Accounts-manager
An extension to keep multiple Roblox accounts connected at the same time on just one browser

Expand Down Expand Up @@ -36,3 +42,7 @@ This means that issues created in the issues page of this repository or in our D
# BETA Version

This extension is currently in beta so expect bugs. If you find any bug please report it in [the issues page](https://github.com/iKingNinja/Accounts-manager/issues) or in our [Discord server](https://discord.gg/v2Y83Numgf).

# Warning

DO NOT republish. The only purpose of this being public is to show the code so that you can feel safe while using the extension and NOT redistributing.
14 changes: 14 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 1.0.x | :white_check_mark: |

## Reporting a Vulnerability

If you find a security vulnerability please DO NOT share it with others and keep it a confidential information. Report security vulnerabilities in our [support server](https://discord.gg/v2Y83Numgf).

Your report will be analized and fixed as soon as possible. These reports are prioritized.
If your report is accepted proper actions will be taken and the vulnerability will be fixed. If your report gets denied, it is probably due to it being about an unsupported version of this extension or not being valid.

0 comments on commit 4471a8c

Please sign in to comment.