diff --git a/.gitignore b/.gitignore index 25cfc145..6c53948a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /.idea/ /target/ -/*.iml +*.iml diff --git a/src/test/java/add_file_here/EU3_Practice.java b/src/test/java/add_file_here/EU3_Practice.java new file mode 100644 index 00000000..698ea35a --- /dev/null +++ b/src/test/java/add_file_here/EU3_Practice.java @@ -0,0 +1,25 @@ +package add_file_here; + + +public class EU3_Practice { + + public static void main(String[] args) { + + System.out.println("EU3 is opening a pull request"); + //commit your change + //with nice commit message + //push it back to the github + //observe the change + //from your github repo + //click on compare + //create a pull request )PR) + //to asl original repo owner + //to merge your change + + //we have added one new branch called drita-feature + //to work on user story 123 without affecting master + //adding more code + + } + +} diff --git a/src/test/java/add_file_here/breakWe.java b/src/test/java/add_file_here/breakWe.java new file mode 100644 index 00000000..74dd5408 --- /dev/null +++ b/src/test/java/add_file_here/breakWe.java @@ -0,0 +1,21 @@ +package add_file_here; + +public class breakWe { + + public static void main(String[] args) { + + //there were some episodes + + //la mia preferita + + //oggi e Giovedi + + //domani venerdi + + //sto imparando + + + + + } +}