-
Notifications
You must be signed in to change notification settings - Fork 4
[FSSDK-8962] doc: change full stack to feature experimentation #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7e4809a
[FSSDK-8962] Update branding names
mikechu-optimizely af6cf76
[FSSDK-8962] Add CONTRIBUTING.md
mikechu-optimizely 3587b09
[FSSDK-8962] Update README.md
mikechu-optimizely bc677f5
[FSSDK-8962] PR review requested changes
mikechu-optimizely 81d467c
[FSSDK-8962] Update Pod::Spec homepage link
mikechu-optimizely a990444
[FSSDK-8962] Update CONTRIBUTING.md
mikechu-optimizely bad8c5d
[FSSDK-8962] Restore & reorder badges
mikechu-optimizely aa5ae01
[FSSDK-8962] Remove excess H3; Add code typing
mikechu-optimizely 8c9c08d
[FSSDK-8962] Reorganize sample + other stuff
mikechu-optimizely d8f8ab8
[FSSDK-8962] Remove build & coverage badges
mikechu-optimizely File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Contributing to the Optimizely Flutter SDK | ||
We welcome contributions and feedback! All contributors must sign our [Contributor License Agreement (CLA)](https://docs.google.com/a/optimizely.com/forms/d/e/1FAIpQLSf9cbouWptIpMgukAKZZOIAhafvjFCV8hS00XJLWQnWDFtwtA/viewform) to be eligible to contribute. Please read the [README](README.md) to set up your development environment, then read the guidelines below for information on submitting your code. | ||
|
||
## Development process | ||
|
||
1. Fork the repository and create your branch from master. | ||
2. Please follow the [commit message guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines) for each commit message. | ||
3. Make sure to add tests! | ||
4. `git push` your changes to GitHub. | ||
5. Open a PR from your fork into the master branch of the original repo. | ||
6. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`. | ||
7. Open a pull request from `YOUR_NAME/branch_name` to `master`. | ||
8. A repository maintainer will review your pull request and, if all goes well, squash and merge it! | ||
|
||
## Pull request acceptance criteria | ||
|
||
* **All code must have test coverage.** Changes in functionality should have accompanying unit tests. Bug fixes should have accompanying regression tests. | ||
* Tests are located in `OptimizelySDK.Tests` with one file per class. | ||
|
||
## License | ||
|
||
All contributions are under the CLA mentioned above. For this project, Optimizely uses the Apache 2.0 license, and so asks that by contributing your code, you agree to license your contribution under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0). Your contributions should also include the following header: | ||
|
||
``` | ||
/// ************************************************************************** | ||
/// Copyright YEAR, Optimizely, Inc. and contributors * | ||
/// * | ||
/// Licensed under the Apache License, Version 2.0 (the "License"); * | ||
/// you may not use this file except in compliance with the License. * | ||
/// You may obtain a copy of the License at * | ||
/// * | ||
/// https://www.apache.org/licenses/LICENSE-2.0 * | ||
/// * | ||
/// Unless required by applicable law or agreed to in writing, software * | ||
/// distributed under the License is distributed on an "AS IS" BASIS, * | ||
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * | ||
/// See the License for the specific language governing permissions and * | ||
/// limitations under the License. * | ||
///**************************************************************************/ | ||
``` | ||
|
||
The YEAR above should be the year of the contribution. If work on the file has been done over multiple years, list each year in the section above. Example: Optimizely writes the file and releases it in 2014. No changes are made in 2015. Change made in 2016. YEAR should be �2014, 2016�. | ||
|
||
## Contact | ||
If you have questions, please contact [email protected]. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Pod::Spec.new do |s| | |
s.name = 'optimizely_flutter_sdk' | ||
s.version = '0.0.1' | ||
s.summary = 'Optimizely experiment framework for iOS' | ||
s.homepage = "https://docs.developers.optimizely.com/full-stack/docs" | ||
s.homepage = "https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs" | ||
s.license = { :type => "Apache License, Version 2.0", :file => "../LICENSE" } | ||
s.author = { "Optimizely" => "[email protected]" } | ||
s.source = { :path => '.' } | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this email still used and monitored by us?