Skip to content

Commit

Permalink
transfer v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Jul 15, 2024
1 parent 5b23d0e commit 891db5b
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 7 deletions.
36 changes: 36 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
### Our Commitment

We are dedicated to creating an open and welcoming environment for all participants in our project and community. Our goal is to ensure that everyone has a harassment-free experience, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, experience level, education, socio-economic status, nationality, personal appearance, race, religion, or sexual orientation.

### Our Standards

To maintain a positive atmosphere, we encourage the following behaviors:

- 🌟 **Using welcoming and inclusive language**
- 🤝 **Respecting differing viewpoints and experiences**
- 💬 **Gracefully accepting constructive criticism**
- 🌍 **Prioritizing the well-being of the community**
- ❤️ **Showing empathy towards other community members**

We consider the following behaviors unacceptable:

- 🚫 **The use of sexualized language or imagery and unwelcome sexual attention or advances**
-**Trolling, insulting or derogatory comments, and personal or political attacks**
- 🛑 **Public or private harassment**
- 🔒 **Publishing others’ private information without explicit permission**

### Our Responsibilities

Project maintainers are responsible for defining and enforcing standards of acceptable behavior. They will take appropriate and fair corrective actions in response to any instances of unacceptable behavior. This includes the right to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that do not adhere to this Code of Conduct. Additionally, maintainers may ban any contributor whose behavior is deemed inappropriate, threatening, offensive, or harmful.

Where appropriate, and with consent from all parties, project maintainers will strive to facilitate restorative justice over punitive actions.

### Scope

This Code of Conduct applies within all project spaces and in public spaces when an individual is representing the project or its community. Representation can include using an official project email address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Project maintainers may further define and clarify representation.

We ask all community members to uphold these standards to ensure a safe and welcoming space for everyone.

### Attribution

This Code of Conduct is based on the [Gleam Code of Conduct](https://github.com/gleam-lang/gleam/blob/f793b5d28a3102276a8b861c7e16a19c5231426e/CODE_OF_CONDUCT.md), which is derived from the [Contributor Covenant (v1.4)](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html).
39 changes: 39 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
### Contributing to Foblex Scheme Editor

Hello there! We’re thrilled that you’re interested in contributing to Foblex Scheme Editor 😃. Your support is invaluable to us. Here’s a guide on how you can get involved with the project.

### Our Contributing Philosophy

The direction of Foblex Scheme Editor, including which new features are added and which are left out, is decided by the core team. Although we don’t offer financial compensation, we deeply value the contributions from the community. Your efforts in fixing bugs, adding new features, and improving the library are highly appreciated.

Foblex Scheme Editor thrives because of the community that uses, shares, and discusses it. Non-code contributions are some of the most valuable and often overlooked aspects of open source, and we especially welcome help in these areas.

### How can I help?

We need help with the following:

- 🔍 **Bug Reports**: We can’t catch all bugs ourselves. Check existing
issues and discussions first, then create a new issue to report any
bugs you find.
- 💬 **Answering Questions**: Help answer questions in
our GitHub discussions.
- 📹 **Creating Tutorials**: Share your
tutorials with us and we’ll happily promote them!

All interactions should be conducted with respect and adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md).

### Enhancements

If you have an idea or suggestion for enhancing Foblex Scheme Editor, please use the New Features discussion section. If you plan to implement it yourself, reach out to us before starting a pull request. The direction of Foblex Scheme Editor and feature additions are discussed in our GitHub discussions, but ultimately decided by the core team.

Discussing your enhancement idea with us first increases the chances of your pull request being accepted. We don’t want you to spend time on something we might already be working on or that might not fit with the library’s core.

### Contact Us

For questions about potential enhancements, email us at [email protected].

### Pull Requests

If you want to contribute improvements or new features, we are happy to review your PR. Please ensure you follow our code style guidelines and provide meaningful commit messages along with a brief description of your changes.

Thank you for contributing to Foblex Scheme Editor!
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Graph editor with step-by-step animations
# Scheme editor with step-by-step animations using @foblex/flow

This is an example of using the [@foblex/flow](https://github.com/Foblex/f-flow) library in an Angular project.
You can use this example as a starting point for your own project.

[DEMO](https://foblex.github.io/f-scheme-editor)

<img src="example.png" width="500" >

[LINK](https://github.com/Foblex/f-flow-example/assets/13272876/2bb7a1ca-bd5d-44d6-82a3-a0bc935e91f7)

## Used library capabilities

- [x] Zoom (with mouse wheel, double click, and buttons)
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "f-scheme-drawer",
"version": "0.0.0",
"name": "f-scheme-editor",
"version": "1.3.1",
"description": "Scheme editor with step-by-step animations using @foblex/flow and @foblex/core libraries.",
"author": "Siarhei Huzarevich",
"homepage": "https://github.com/foblex/f-scheme-editor",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
Expand Down

0 comments on commit 891db5b

Please sign in to comment.