소스 검색

Added submission instructions

David Ginzberg 8 년 전
부모
커밋
7a58ad7f8f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      README.md

+ 6
- 0
README.md 파일 보기

@@ -5,6 +5,8 @@
5 5
 
6 6
 In this project you will build a small app to function as a calculator. This app  will be built in Java, and will use the topics and techniques discussed during the week.
7 7
 
8
+You should work on this project in your own repository. Click the `fork` button in the top right corner to create a copy of this repository on your github account. You can go through the [GitHub forking tutorial](https://help.github.com/articles/fork-a-repo/) if you need additional practice with this.
9
+
8 10
 
9 11
 ## Requirements
10 12
 
@@ -81,3 +83,7 @@ The following functions should take the displayed value (x) and updated it accor
81 83
 - `inverseCosine()`: sin<sup>-1</sup>(x)
82 84
 - `inverseTangent()`: tan<sup>-1</sup>(x)
83 85
 - `factorial()`: x! (x factorial)
86
+
87
+## Submission
88
+
89
+Completed projects should be submitted by submitting a pull request against the [original repository](https://github.com/Zipcoder/project-1-calculator). All work should be done in your own repository.