Skip to content

Commit

Permalink
ARCH - Prepare CHANGELOG and set beta version for upcoming sprint
Browse files Browse the repository at this point in the history
  • Loading branch information
erikquinn committed Mar 1, 2020
1 parent b86421c commit 0839c4c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 17 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 6.17.0 (April 1, 2020)
### New Features

### Bugfixes

### Enhancements & Refactors


# 6.16.0 (March 1, 2020)
### New Features
- <a href="https://github.com/openscope/openscope/issues/1526" target="_blank">#1526</a> - Introduce Montevideo Carrasco Airport (SUMU)
Expand All @@ -12,7 +20,7 @@
- <a href="https://github.com/openscope/openscope/issues/1486" target="_blank">#1486</a> - Update AFL airline
- <a href="https://github.com/openscope/openscope/issues/1507" target="_blank">#1507</a> - Fix broken link in aircraft commands documentation
- <a href="https://github.com/openscope/openscope/issues/1022" target="_blank">#1022</a> - Reintroduce Munich Airport (EDDM)
- [#1387](https://github.com/openscope/openscope/issues/1387) - Update LOWW to AIRAC 1908
- <a href="https://github.com/openscope/openscope/issues/1387" target="_blank">#1387</a> - Update LOWW to AIRAC 1908
- <a href="https://github.com/openscope/openscope/issues/1499" target="_blank">#1499</a> - Reintroduce Ministro Pistarini Airport (SAEZ)
- <a href="https://github.com/openscope/openscope/issues/1503" target="_blank">#1503</a> - Reintroduce Dublin Airport (EIDW)
- <a href="https://github.com/openscope/openscope/issues/1471" target="_blank">#1471</a> - Change all airport guide links to open in new tab
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Hello, and thank you for your interest in contributing to openScope! Please take a minute to review our Contribution Guidelines, as this will result in getting your issue resolved or pull request merged faster.

## Getting set up
Here at openScope, we use multiple tools for development, the basics being Git and Node (see the quick start guide in our [README](README.md) file for help). Please use eslint to ensure your code conforms to our conventions. Hit us up on [slack](http://slack.openscope.co) if you need help getting this set up.
Here at openScope, we use multiple tools for development, the basics being Git and Node (see the quick start guide in our [README](README.md) file for help). Please use eslint to ensure your code conforms to our conventions. Hit us up on [slack](http://slack.openscope.io) if you need help getting this set up.

## Getting Push Access
To make work sharing and collaboration easier, we _heavily_ prefer to add you to the organization, so you can __keep your branch directly on the [openscope/openscope] repository instead of using forks__. There is nothing stopping you from also having a fork, but all pull requests must originate from a branch in the main repository. Pull requests originating from user forked repositories will closed, copied to a new branch on `openscope/openscope` and reopened there.

For access to the repository, contact Nate Geslin or Erik Quinn via [slack](http://slack.openscope.co). After you join, you will be able to push your branch to the main repository.
For access to the repository, contact Nate Geslin or Erik Quinn via [slack](http://slack.openscope.io). After you join, you will be able to push your branch to the main repository.

## Creating a pull request
Every pull request on openScope has a corresponding issue that describes the work to be done, and a category that it falls into. If no issue exists for the planned changes, create a new one. Remember to keep each issue and pull request focused and specific, and _keep the PR changes focused on the changes planned by the issue._ Generally, the smaller they are, the sooner they're merged.
Expand All @@ -34,7 +34,7 @@ For all commit messages, please:
Example: `documentation/723 - Add contribution guidelines file`

## Additional Information
More information on our processes and file formats can be found in the [documentation folder](documentation/). If you have any questions, send us a message on [slack](http://slack.openscope.co), and we're always happy to help! We are a large, global team, so somebody is always awake and around to help you out.
More information on our processes and file formats can be found in the [documentation folder](documentation/). If you have any questions, send us a message on [slack](http://slack.openscope.io), and we're always happy to help! We are a large, global team, so somebody is always awake and around to help you out.

We really appreciate your willingness to put your time into improving openScope! It is thanks to our dedicated contributors that the simulator continues to grow and improve every month.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[![openScope Current Release](https://img.shields.io/github/release/openscope/openscope.svg)](https://github.com/openscope/openscope/releases)
[![Travis Production Build State](https://img.shields.io/travis/openscope/openscope/master.svg)](https://github.com/openscope/openscope/tree/master)
[![Coverage Status](https://coveralls.io/repos/github/openscope/openscope/badge.svg?branch=develop)](https://coveralls.io/github/openscope/openscope?branch=develop)
[![Slack Status](http://slack.openscope.co/badge.svg)](http://slack.openscope.co)
[![Slack Status](http://slack.openscope.io/badge.svg)](http://slack.openscope.io)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)

# openScope Air Traffic Control Simulator

Visit http://openscope.co to begin playing now!
Visit http://openscope.io to begin playing now!

If you're just getting started, try the tutorial and see the [command reference](documentation/commands.md) for a full list of commands you can use. For information on each airport, see the [airport guide](documentation/airport-guides/airport-guide-directory.md).

Feel free to [join us on slack](http://slack.openscope.co/) if you have questions, comments or would like to contribute to the project. We can then add you to the organization so you can begin committing to this repo.
Feel free to [join us on slack](http://slack.openscope.io/) if you have questions, comments or would like to contribute to the project. We can then add you to the organization so you can begin committing to this repo.

---

Expand Down Expand Up @@ -41,7 +41,7 @@ Listening on PORT 3003

Success!!

You you do not see this message and are having trouble getting set up, please join us on [Slack](http://slack.openscope.co) and someone will be able to troubleshoot with you.
You you do not see this message and are having trouble getting set up, please join us on [Slack](http://slack.openscope.io) and someone will be able to troubleshoot with you.

For more information on the available tools, please view the [Tools Readme](tools/README.md).

Expand Down
2 changes: 1 addition & 1 deletion documentation/airport-file-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This document serves as a checklist for airport contributors to review to ensure their airport file is "up to snuff". There are two levels of airports: `Standard` and `Premium`, the latter designator being used only for our most pristine, complete, realistic, and well-documented airports. In order for a new airport to be merged, it must at least meet all the `Standard` specifications listed in the section below. If it does not meet these requirements, it will require extra work before being merged. It will often require a team of people to complete work on an airport, because of the wide variety of tasks to complete.

If you ever need help working on an airport, the best place to go is the [openScope Slack](https://openscopeatc.slack.com) ([click here if you need an invite](http://slack.openscope.co)). There is always somebody available, and many who will be glad to walk you through anything you may need help with.
If you ever need help working on an airport, the best place to go is the [openScope Slack](https://openscopeatc.slack.com) ([click here if you need an invite](http://slack.openscope.io)). There is always somebody available, and many who will be glad to walk you through anything you may need help with.

If you have not contributed before, please note that we will need to add you to the organization so you can keep your branch _directly_ on the openScope repository. We do all branching and pull requests internally like this, instead of using forks. Join slack and request to be invited to the openScope team by `@erikquinn`.

Expand Down
4 changes: 2 additions & 2 deletions documentation/airport-terrain-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

## Introduction

This guide will show you how to generate a terrain file for any airport in openScope. This is mainly done using QGIS, a free and open source Geographic Information System. The process can be quite tedious and often frustrating, so if you get stuck somewhere, you can talk to us on [Slack](http://slack.openscope.co/), where we will be happy to help you!
This guide will show you how to generate a terrain file for any airport in openScope. This is mainly done using QGIS, a free and open source Geographic Information System. The process can be quite tedious and often frustrating, so if you get stuck somewhere, you can talk to us on [Slack](http://slack.openscope.io/), where we will be happy to help you!

## Initial setup (QGIS 2.18)

Expand Down Expand Up @@ -216,7 +216,7 @@ Download and install QGIS from the [QGIS website](http://www.qgis.org/en/site/fo

If you've made it this far, you have successfully generated a terrain file for openScope. Give yourself a break now, you deserve it!

If you're having any problems while following this guide, you can talk to us on [Slack](http://slack.openscope.co/), where we will be happy to help you!
If you're having any problems while following this guide, you can talk to us on [Slack](http://slack.openscope.io/), where we will be happy to help you!

# Terrain Generation (QGIS 3.4+)

Expand Down
6 changes: 3 additions & 3 deletions documentation/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ We use several environments hosted on Heroku.

## Production

The [`production`](https://openscope-prod.herokuapp.com/) app is what you see when you visit [www.openscope.co](http://www.openscope.co). This app is synced with our `master` branch and should be considered _production_ code. We want to keep this app as reliable and pristine as possible. The code in this branch has been tested and verified to be working. Any bugs discovered here will be addressed during a sprint and merged back into this branch following the standard procedures.
The [`production`](https://openscope-prod.herokuapp.com/) app is what you see when you visit [www.openscope.io](http://www.openscope.io). This app is synced with our `master` branch and should be considered _production_ code. We want to keep this app as reliable and pristine as possible. The code in this branch has been tested and verified to be working. Any bugs discovered here will be addressed during a sprint and merged back into this branch following the standard procedures.

## Staging

The [`staging`](https://openscope-staging.herokuapp.com/) app is used only briefly at the end of each sprint. This app is synced with the current `release/#.#.#` branch. It represents code that _will be_ merged into `master` and should be considered _production-ready_. It is vital that we diligently test this app before pushing any changes to `master`. We want to prevent exposing our users to any bugs or incomplete code.
The [`staging`](https://staging.openscope.io/) app is used only briefly at the end of each sprint. This app is synced with the current `release/#.#.#` branch. It represents code that _will be_ merged into `master` and should be considered _production-ready_. It is vital that we diligently test this app before pushing any changes to `master`. We want to prevent exposing our users to any bugs or incomplete code.

## Develop

The [`develop`](https://openscope-dev.herokuapp.com/) app is where bugfixes and feature development happens during the development phase of the sprint. Occasionally, things might break here, but every effort should be made to make sure that doesn't happen. At the end of a sprint we review, and fix, anything that may have broken through the course of development.
The [`develop`](https://dev.openscope.io) app is where bugfixes and feature development happens during the development phase of the sprint. Occasionally, things might break here, but every effort should be made to make sure that doesn't happen. At the end of a sprint we review, and fix, anything that may have broken through the course of development.

## Review Apps

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openscope",
"version": "6.16.0",
"version": "6.17.0-BETA",
"description": "An ATC simulator in HTML5",
"engines": {
"node": "11.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta property="Description" content="Free and open source air traffic control simulator"/>
<meta property="og:title" content="openScope Air Traffic Control Simulator"/>
<meta property="og:description" content="Free and open source air traffic control simulator"/>
<meta property="og:url" content="http://openscope.co" />
<meta property="og:url" content="http://openscope.io" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="assets/images/thumb.png"/>
<meta property="og:type" content="website" />
Expand Down

0 comments on commit 0839c4c

Please sign in to comment.